-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLinux.code-workspace
61 lines (47 loc) · 1.42 KB
/
Linux.code-workspace
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
{
"editor.minimap.enabled" : true,
"editor.accessibilitySupport" : "off",
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"indentRainbow.excludedLanguages" : [
"plaintext"
],
"BioSyntax.nonBioTheme": "Cobalt2 Italic",
"workbench.preferredDarkColorTheme" : "Cobalt2 Italic",
"workbench.colorTheme" : "Cobalt2 Italic",
"workbench.sideBar.location" : "right",
"workbench.iconTheme" : "vscode-icons",
"workbench.view.alwaysShowHeaderActions" : true,
"workbench.activityBar.visible" : true,
"workbench.statusBar.visible" : true,
"terminal.integrated.gpuAcceleration" : "off",
"terminal.integrated.lineHeight" : 1.1000000000000001,
"terminal.integrated.fontFamily": "MesloLGS NF",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"sync.quietSync" : false,
"sync.autoUpload" : false,
"sync.autoDownload" : false,
"tabnine.experimentalAutoImports" : true,
"launch" : {
"configurations" : [
],
"compounds" : [
]
},
"vsicons.dontShowNewVersionMessage" : true,
"files.associations" : {
"*.rmd" : "markdown",
"Snakefile_O" : "python"
},
"liveServer.settings.donotShowInfoMsg" : true,
"window.autoDetectColorScheme" : true,
"kite.showWelcomeNotificationOnStartup": false,
"[python]" : {
"editor.defaultFormatter" : "ms-python.python"
},
"security.workspace.trust.untrustedFiles" : "open",
"window.zoomLevel": 2,
"redhat.telemetry.enabled": true,
"sync.gist": "0efbdbdb6d37998eca8c8606b17d3cdf"
}