-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathraweb.code-workspace
More file actions
40 lines (40 loc) · 966 Bytes
/
raweb.code-workspace
File metadata and controls
40 lines (40 loc) · 966 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"folders": [
{
"path": ".",
"name": "Respository"
},
{
"path": "frontend",
"name": "Frontend"
},
{
"path": "workers/raweb-install-worker",
"name": "Workers » Install"
},
{
"path": "dotnet/RAWeb.Server.Management",
"name": "Backend » Management"
},
{
"path": "dotnet/RAWeb.Server.Management.ServiceHost",
"name": "Backend » Management » Service"
},
{
"path": "dotnet/RAWeb.Server.Utilities",
"name": "Backend » Utilities"
},
{
"path": "dotnet/RAWebServer",
"name": "Backend",
},
],
"settings": {
"dotnet.formatting.organizeImportsOnFormat": true,
"dotnet.codeLens.enableReferencesCodeLens": false,
"terminal.integrated.env.windows": {
// ensure that command-line binaries are in the PATH (for running commands like `pnpm`)
"Path": "${workspaceFolder:Frontend}\\bin;${env:Path}"
}
}
}