-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotfiles.code-workspace
74 lines (74 loc) · 1.68 KB
/
dotfiles.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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"folders": [
{
"path": "./dump",
"name": "dump"
},
{
"path": "./tools",
"name": "tools"
},
{
"path": "./stacks",
"name": "stacks"
},
{
"path": "./notebooks",
"name": "notebooks"
},
{
"path": ".",
"name": "root"
}
],
"settings": {
"files.exclude": {
"**/.uv": true,
"**/node_modules": true,
"**/playwright-report": true,
"**/test-results": true,
"**/.idea": true,
"**/.venv": true,
"**/venv": true,
"**/__pycache__": true,
"**/.azurite": true,
"**/__blobstorage__": true,
"**/__queuestorage__": true,
"**/.pytest_cache": true,
"**/.ruff_cache": true
}
},
"extensions": {
"recommendations": [
"yoavbls.pretty-ts-errors",
"charliermarsh.ruff",
"biomejs.biome",
"rangav.vscode-thunder-client",
"github.copilot-chat",
"github.vscode-github-actions",
"github.copilot-labs",
"googlecloudtools.cloudcode",
"ms-vscode.vscode-node-azure-pack",
"trinm1709.dracula-theme-from-intellij",
"editorconfig.editorconfig",
"github.vscode-pull-request-github",
"k6.k6",
"marp-team.marp-vscode",
"jeylanib.pinescript",
"tailscale.vscode-tailscale",
"onflow.cadence",
"mikestead.dotenv",
"ms-toolsai.datawrangler",
"github.copilot",
"azurite.azurite",
"crowdin.vscode-crowdin",
"golang.go",
"k--kato.intellij-idea-keybindings",
"ms-playwright.playwright",
"jspolancor.presentationmode",
"stripe.vscode-stripe",
"tauri-apps.tauri-vscode",
"vitest.explorer",
]
}
}