File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 3
3
// Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
4
// List of extensions which should be recommended for users of this workspace.
5
5
"recommendations" : [
6
- " jebbs.plantuml" ,
7
6
" donjayamanne.githistory" ,
8
7
" felipecaputo.git-project-manager" ,
9
8
" GitHub.vscode-pull-request-github" ,
Original file line number Diff line number Diff line change 4
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
- {
8
- "name" : " seedcase-debugger" ,
9
- "python" : " ${workspaceFolder}/.venv/bin/python3" ,
10
- "type" : " debugpy" ,
11
- "request" : " launch" ,
12
- "program" : " ${workspaceFolder}/manage.py" ,
13
- "console" : " internalConsole" ,
14
- "args" : [
15
- " runserver"
16
- ]
17
- },
18
7
{
19
8
"name" : " test-debugger" ,
20
9
"type" : " debugpy" ,
Original file line number Diff line number Diff line change 32
32
"python.defaultInterpreterPath" : " ${workspaceFolder}/.venv" ,
33
33
"python.languageServer" : " Pylance" ,
34
34
"files.insertFinalNewline" : true ,
35
- "cSpell.enableFiletypes " : [
36
- " quarto"
37
- ] ,
35
+ "cSpell.enabledFileTypes " : {
36
+ "quarto" : true
37
+ } ,
38
38
"cSpell.language" : " en,en-GB" ,
39
39
"python.testing.pytestEnabled" : true ,
40
40
"python.testing.pytestPath" : " ${workspaceFolder}/.venv/bin/pytest" ,
You can’t perform that action at this time.
0 commit comments