-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudy.code-workspace
More file actions
17 lines (17 loc) · 1.02 KB
/
Copy pathstudy.code-workspace
File metadata and controls
17 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
// Multi-root workspace: study-companion + the consuming course repos, which are
// bind-mounted from the host at ~/School/<CODE>/companion (see .devcontainer/
// devcontainer.json). Open it with "File > Open Workspace from File..." inside the
// container; VS Code then reopens it on reconnect. Paths are container paths, so
// this file is specific to this devcontainer.
"folders": [
{ "name": "study-companion", "path": "." },
{ "name": "optics · TFY4195 (FROZEN)", "path": "/home/vscode/School/TFY4195/companion" },
{ "name": "algdat · TDT4120", "path": "/home/vscode/School/TDT4120/companion" },
{ "name": "klassisk mekanikk · TFY4345", "path": "/home/vscode/School/TFY4345/companion" },
{ "name": "halvlederkomponenter · TFE4146", "path": "/home/vscode/School/TFE4146/companion" },
{ "name": "faste stoffers fysikk · TFY4220", "path": "/home/vscode/School/TFY4220/companion" },
{ "name": "kvantemekanikk I · FY2045", "path": "/home/vscode/School/FY2045/companion" }
],
"settings": {}
}