This commit is contained in:
Marc Beninca 2024-03-04 12:17:42 +01:00
parent fb7f4cc2ea
commit e813b56ce9
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 53 additions and 0 deletions

View file

@ -13,6 +13,7 @@ RTFD
public/bind9/index
public/c/index
public/certbot/index
public/codium/index
public/connect/index
public/coreutils/index
public/curl/index

View file

@ -0,0 +1,52 @@
******
codium
******
download
========
* https://open-vsx.org
setup
=====
* ~/.vscode-oss
* ~/.config/VSCodium/User/settings.json
.. code-block:: json
{
"extensions.autoUpdate": false,
"redhat.telemetry.enabled": false,
"sonarlint.ls.javaHome": "/usr/lib/jvm/default-java",
"window.zoomLevel": 1.15,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none"
}
workspace
=========
* name.code-workspace
.. code-block:: json
{
"folders":[
"/rwx/rwx",
"/rwx/drmp",
"/rwx/ilos",
"/rwx/lsgm",
"/rwx/mrmp",
"/rwx/ofsp",
"/rwx/rtfd"
]
}
shortcuts
=========
================ ===============
Ctrl + Shift + I Format Document
Ctrl + Shift + P command
================ ===============