revert: debug theme is json

This commit is contained in:
Jan De Dobbeleer
2022-06-03 20:30:05 +02:00
committed by Jan De Dobbeleer
parent 5450764c17
commit 8c44eace50
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -10,7 +10,9 @@
}
},
"go.formatTool": "gofmt",
"go.formatFlags": ["-s"],
"go.formatFlags": [
"-s"
],
"azureFunctions.deploySubpath": "docs/api",
"azureFunctions.postDeployTask": "npm install (functions)",
"azureFunctions.projectLanguage": "JavaScript",