forked from intheon/stream_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstream_viewer.code-workspace
More file actions
117 lines (115 loc) · 3.46 KB
/
Copy pathstream_viewer.code-workspace
File metadata and controls
117 lines (115 loc) · 3.46 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"folders": [
{
"path": "."
},
{
"path": "../../LSL_REPOS/App-XDFStreamer"
},
{
"path": "../python_xdf_streamer"
},
{
"path": "../mne-python"
},
{
"path": "../PhoPyLSLhelper"
},
{
"path": "../PhoPyMNEHelper"
},
{
"path": "../phopyqthelper"
},
{
"path": "H:/TEMP/Spike3DEnv_ExploreUpgrade/Spike3DWorkEnv/rerun"
}
],
"settings": {
"windowColor.mainColor": "#ace22c",
"window.title": "stream_viewer/stream_viewer.code-workspace",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#1073cf2d",
"editor.lineHighlightBorder": "#9fced11f",
"scrollbarSlider.background": "#fffb0057",
"scrollbarSlider.hoverBackground": "#fffb0082",
"scrollbarSlider.activeBackground": "#ccff00df",
"notebook.outputContainerBackgroundColor": "#395a3e50",
"notebook.outputContainerBorderColor": "#10ff10",
"notebook.focusedCellBorder": "#ffff00da",
"notebook.focusedEditorBorder": "#f6ff00",
"notebook.inactiveFocusedCellBorder": "#ffff0063",
"statusBarItem.warningBackground": "#ace22c",
"statusBarItem.warningForeground": "#000000",
"statusBarItem.warningHoverBackground": "#ace22c",
"statusBarItem.warningHoverForeground": "#00000090",
"statusBarItem.remoteBackground": "#b9ef39",
"statusBarItem.remoteForeground": "#000000",
"statusBarItem.remoteHoverBackground": "#c6fc46",
"statusBarItem.remoteHoverForeground": "#00000090",
"statusBar.background": "#ace22c",
"statusBar.foreground": "#000000",
"statusBar.border": "#ace22c",
"statusBar.debuggingBackground": "#ace22c",
"statusBar.debuggingForeground": "#000000",
"statusBar.debuggingBorder": "#ace22c",
"statusBar.noFolderBackground": "#ace22c",
"statusBar.noFolderForeground": "#000000",
"statusBar.noFolderBorder": "#ace22c",
"statusBar.prominentBackground": "#ace22c",
"statusBar.prominentForeground": "#000000",
"statusBar.prominentHoverBackground": "#ace22c",
"statusBar.prominentHoverForeground": "#00000090",
"focusBorder": "#ace22c99",
"progressBar.background": "#ace22c",
"textLink.foreground": "#ecff6c",
"textLink.activeForeground": "#f9ff79",
"selection.background": "#9fd51f",
"list.highlightForeground": "#ace22c",
"list.focusAndSelectionOutline": "#ace22c99",
"button.background": "#ace22c",
"button.foreground": "#000000",
"button.hoverBackground": "#b9ef39",
"tab.activeBorderTop": "#b9ef39",
"pickerGroup.foreground": "#b9ef39",
"list.activeSelectionBackground": "#ace22c4d",
"panelTitle.activeBorder": "#b9ef39",
"activityBar.activeBorder": "#ace22c",
"activityBarBadge.foreground": "#000000",
"activityBarBadge.background": "#ace22c"
},
"actionButtons": {
"commands": [
{
"name": "Back",
"color": "white",
"useVsCodeApi": true,
"command": "workbench.action.navigateBack"
},
{
"name": "Forward",
"color": "white",
"useVsCodeApi": true,
"command": "workbench.action.navigateForward"
},
{
"name": "⇥ Convert to File Spaces",
"color": "white",
"tooltip": "Convert tabs to spaces in the current file",
"useVsCodeApi": true,
"command": "editor.action.indentationToSpaces"
},
{
"name": "Launch Stream Viewer GUI",
"color": "black",
"tooltip": "Launch the Stream Viewer application",
"useVsCodeApi": false,
"command": "uv run lsl_viewer"
}
],
"defaultColor": "grey",
"reloadButton": "↻",
"loadNpmCommands": true
},
}
}