-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrt0-logger.code-workspace
40 lines (40 loc) · 1.13 KB
/
rt0-logger.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.background": "#d6e417",
"activityBar.inactiveForeground": "#646464",
"activityBar.activeBackground": "#feffc6",
"activityBar.foreground": "#0010f1",
"activityBar.activeBorder": "#f3f8ff",
"activityBarBadge.background": "#0a0a1d",
"activityBarBadge.foreground": "#e7e7e7",
},
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.enablePromptUseWorkspaceTsdk": true,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///c%3A/workspace/rt0/rt0-logger/.github/workflows/publish"
}
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"aaron-bond.better-comments",
"mikestead.dotenv",
"usernamehw.errorlens",
"pflannery.vscode-versionlens",
"vscode-icons-team.vscode-icons",
]
}
}