codium
This commit is contained in:
parent
fb7f4cc2ea
commit
e813b56ce9
2 changed files with 53 additions and 0 deletions
|
@ -13,6 +13,7 @@ RTFD
|
||||||
public/bind9/index
|
public/bind9/index
|
||||||
public/c/index
|
public/c/index
|
||||||
public/certbot/index
|
public/certbot/index
|
||||||
|
public/codium/index
|
||||||
public/connect/index
|
public/connect/index
|
||||||
public/coreutils/index
|
public/coreutils/index
|
||||||
public/curl/index
|
public/curl/index
|
||||||
|
|
52
rtfd/public/codium/index.rst
Normal file
52
rtfd/public/codium/index.rst
Normal 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
|
||||||
|
================ ===============
|
Loading…
Reference in a new issue