-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
29 lines (28 loc) · 903 Bytes
/
settings.json
File metadata and controls
29 lines (28 loc) · 903 Bytes
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
{
"chat.promptFilesRecommendations": {
"speckit.constitution": true,
"speckit.specify": true,
"speckit.plan": true,
"speckit.tasks": true,
"speckit.implement": true
},
"chat.tools.terminal.autoApprove": {
".specify/scripts/bash/": true,
".specify/scripts/powershell/": true,
"/^cd /workspaces/neCodeBikeTracking && pwsh \\.specify/scripts/powershell/check-prerequisites\\.ps1 -Json$/": {
"approve": true,
"matchCommandLine": true
},
"mkdir": true
},
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "Local",
"group": "BikeCommuter",
"database": "${workspaceFolder:neCodeBikeTracking}/src/BikeTracking.Api/biketracking.local.db"
}
],
"sqltools.useNodeRuntime": true
}