Skip to content

Commit 576f700

Browse files
committed
fixed json
1 parent f1c4892 commit 576f700

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"njpwerner.autodocstring",
1212
"samuelcolvin.jinjahtml",
1313
"timonwong.shellcheck",
14-
"vscode-icons-team.vscode-icons",
14+
"vscode-icons-team.vscode-icons"
1515
]
1616
}

.vscode/launch.template.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// This is a template. Clone and replace extension ".template.json" by ".json"
21
{
3-
// Use IntelliSense to learn about possible attributes.
4-
// Hover to view descriptions of existing attributes.
5-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
62
"version": "0.2.0",
73
"configurations": [
84
{
@@ -44,7 +40,6 @@
4440
"justMyCode": false
4541
},
4642
{
47-
// This test adds --external-envfile and expects a file named ".secrets" in the workspace root.
4843
"name": "Python: Test w/ repo.config",
4944
"type": "debugpy",
5045
"request": "launch",
@@ -65,7 +60,6 @@
6560
"justMyCode": false
6661
},
6762
{
68-
// This tests enables the httpx spy and dumps captures in a json. Mainly for api-server
6963
"name": "Python: Test-Httpx-Spy",
7064
"type": "debugpy",
7165
"request": "launch",

.vscode/settings.template.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// This is a template. Clone and replace extension ".template.json" by ".json"
21
{
32
"autoDocstring.docstringFormat": "pep257",
43
"editor.tabSize": 2,

services/web/server/tests/data/server_docker_prod_app_config-unit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"studies_access_enabled": 0
99
},
1010
"tracing": {
11-
"enabled": 1,
11+
"enabled": 1
1212
},
1313
"db": {
1414
"postgres": {

0 commit comments

Comments
 (0)