mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Remove VSCodium config
This commit is contained in:
parent
008face242
commit
2d6cfaa976
2 changed files with 1 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
"asciidoc.preview.scrollEditorWithPreview": false,
|
|
||||||
"cSpell.allowCompoundWords": true,
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"editor.minimap.enabled": false,
|
|
||||||
"editor.minimap.renderCharacters": false,
|
|
||||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
|
||||||
"git.autofetch": true,
|
|
||||||
"git.confirmSync": false,
|
|
||||||
"julia.NumThreads": 16,
|
|
||||||
"julia.enableCrashReporter": true,
|
|
||||||
"julia.enableTelemetry": true,
|
|
||||||
"julia.symbolCacheDownload": true,
|
|
||||||
"julia.usePlotPane": false,
|
|
||||||
"markdown.preview.scrollEditorWithPreview": false,
|
|
||||||
"outline.showArrays": false,
|
|
||||||
"outline.showBooleans": false,
|
|
||||||
"outline.showConstants": false,
|
|
||||||
"outline.showEnumMembers": false,
|
|
||||||
"outline.showEnums": false,
|
|
||||||
"outline.showFields": false,
|
|
||||||
"outline.showKeys": false,
|
|
||||||
"outline.showNull": false,
|
|
||||||
"outline.showNumbers": false,
|
|
||||||
"outline.showObjects": false,
|
|
||||||
"outline.showOperators": false,
|
|
||||||
"outline.showPackages": false,
|
|
||||||
"outline.showProperties": false,
|
|
||||||
"outline.showStrings": false,
|
|
||||||
"outline.showStructs": false,
|
|
||||||
"outline.showTypeParameters": false,
|
|
||||||
"outline.showVariables": false,
|
|
||||||
"python.formatting.provider": "black",
|
|
||||||
"terminal.integrated.commandsToSkipShell": ["language-julia.interrupt"],
|
|
||||||
"todo-tree.ripgrep.ripgrep": "/usr/bin/rg",
|
|
||||||
"update.mode": "none",
|
|
||||||
"window.menuBarVisibility": "toggle",
|
|
||||||
"workbench.enableExperiments": false,
|
|
||||||
"workbench.startupEditor": "none",
|
|
||||||
"workbench.iconTheme": "vscode-icons",
|
|
||||||
"vsicons.dontShowNewVersionMessage": true,
|
|
||||||
"files.trimTrailingWhitespace": true,
|
|
||||||
"window.zoomLevel": -1
|
|
||||||
}
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
|
# Julia
|
||||||
Manifest.toml
|
Manifest.toml
|
||||||
__pluto*
|
__pluto*
|
||||||
|
|
Loading…
Reference in a new issue