-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinuxsettings.json
More file actions
67 lines (64 loc) · 2.11 KB
/
Copy pathlinuxsettings.json
File metadata and controls
67 lines (64 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"workbench.colorTheme": "GitHub Dark",
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt",
"matlab.interrupt"
],
"julia.symbolCacheDownload": true,
"julia.enableTelemetry": false,
"editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false,
"security.workspace.trust.untrustedFiles": "open",
"MATLAB.showFeatureNotAvailableError": false,
"julia.workspace.showModules": true,
"diffEditor.maxComputationTime": 0,
"julia.enableCrashReporter": true,
"python.createEnvironment.trigger": "off",
"remote.SSH.remotePlatform": {
"darwin-fe.lanl.gov": "linux"
},
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontSize": 16,
"git.confirmSync": false,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"workbench.colorCustomizations": {
"editorIndentGuide.background1": "#355113", // Color for inactive indent guides
"editorIndentGuide.activeBackground1": "#355113" // Color for active indent guide
},
"editor.fontSize": 17,
"terminal.fontSize": 17,
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"vscode-neovim.ctrlKeysForInsertMode": [
"d",
"h",
"j",
"m",
"o",
"r",
"t",
"u",
"w"
],
"vscode-neovim.neovimInitVimPaths.win32": "C:\\Users\\409610\\AppData\\Local\\nvim\\init.lua",
"editor.codeActionsOnSave": {},
"vscode-neovim.compositeKeys": {
"jj": {
"command": "vscode-neovim.escape"
}
},
"vscode-neovim.statusBarColorControl": true,
"C_Cpp.default.compilerPath": "c:\\Users\\409610\\Documents\\zig-x86_64-windows-0.16.0-dev.254+6dd0270a1\\zig.exe",
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"workbench.secondarySideBar.defaultVisibility": "hidden",
"security.allowedUNCHosts": [
"dcstorage.lanl.gov"
],
"git.enableSmartCommit": true,
"git.autofetch": true
}