53 lines
769 B
ReStructuredText
53 lines
769 B
ReStructuredText
|
******
|
||
|
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
|
||
|
================ ===============
|