-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDisCatSharp.code-workspace
More file actions
45 lines (45 loc) · 1.09 KB
/
DisCatSharp.code-workspace
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
{
"folders": [
{
"name": "DisCatSharp",
"path": "."
},
{
"name": "DisCatSharp.Extensions",
"path": "../DisCatSharp.Extensions"
},
{
"name": "Planning (Private)",
"path": "../../codex-work/DCS-Planning"
}
],
"settings": {
"discord.lowerDetailsEditing": "Editing {file_name} ({current_line}/{total_lines})",
"discord.detailsEditing": "{workspace}",
"discord.lowerDetailsDebugging": "Debugging: {file_name}",
"discord.detailsDebugging": "{workspace}",
"licenser.author": "Aiko IT Systems",
"licenser.license": "MIT",
"licenser.projectName": "DisCatSharp",
"licenser.useSingleLineStyle": false,
"licenser.disableAutoHeaderInsertion": true,
"json.schemaDownload.enable": true,
"json.schemas": [
{
"fileMatch": [
"docfx.json"
],
"url": ""
}
],
"yaml.schemaStore.enable": true,
"yaml.schemas": {
"./DisCatSharp.Docs/docfx.toc.schema.json": "toc.yml"
},
"files.eol": "\n",
"files.trimFinalNewlines": true,
"cSpell.language": "en,en-US,de,de-DE",
"dotnet.defaultSolution": "DisCatSharp.slnx",
"powershell.cwd": "DisCatSharp",
}
}