-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatcoder.code-workspace
More file actions
35 lines (35 loc) · 1.17 KB
/
Copy pathatcoder.code-workspace
File metadata and controls
35 lines (35 loc) · 1.17 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
{
"folders": [
{
"name": "AtCoder (CPH target)",
"path": "atcoder"
},
{
"name": "algorithm-solutions",
"path": "."
}
],
"settings": {
"editor.codeLens": true,
"python.defaultInterpreterPath": "/usr/bin/python3",
"cph.general.defaultLanguage": "python",
"cph.general.menuChoices": "python",
"cph.language.python.Command": "python3",
"cph.general.timeOut": 5000,
"cph.general.saveLocation": "/home/jake/algorithm-solutions/.cph",
"cph.general.defaultLanguageTemplateFileLocation": "/home/jake/algorithm-solutions/templates/python.py",
"cph.general.doTemplateFileVariableReplacement": true,
"cph.general.useShortCodeForcesName": true,
"cph.general.useShortAtCoderName": true,
"cph.general.autoShowJudge": true,
"cph.companion.enableServer": true,
"cph.general.showLiveUserCount": false
},
"extensions": {
"recommendations": [
"divyanshuagrawal.competitive-programming-helper",
"leetcode.vscode-leetcode",
"ms-python.python"
]
}
}