-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathhere.code-workspace
More file actions
27 lines (25 loc) · 971 Bytes
/
here.code-workspace
File metadata and controls
27 lines (25 loc) · 971 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
// This is a workspace declaration to facilitate use of VSCode and VSCodium to
// edit the contents of this directory.
// See https://code.visualstudio.com/docs/editor/multi-root-workspaces
{
"folders": [
{ "path": ".", "name": "Dasher Web"}
],
"settings": {
// Variable names are documented in the VSCod[e|ium] Settings.
// Search for "window title".
"window.title": "${activeEditorShort}${separator}${folderName}"
},
"extensions": {
"recommendations": [
// Plugin to open diagrams.net aka draw.io diagrams in VSCod[e|ium].
"hediet.vscode-drawio",
// Word wrapping for Markdown and comments.
"stkb.rewrap",
// Plugin to open PDF files in VSCod[e|ium].
"tomoki1207.pdf"
]
}
}
// (c) 2023 The ACE Centre-North, UK registered charity 1089313.
// MIT licensed, see https://opensource.org/licenses/MIT