mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2026-05-16 04:14:37 +00:00
Switch back to older settings and extension .vscode setup
This commit is contained in:
Vendored
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"mikestead.dotenv",
|
||||
"irongeek.vscode-env",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"ms-python.python",
|
||||
"wholroyd.jinja"
|
||||
"samuelcolvin.jinjahtml"
|
||||
]
|
||||
}
|
||||
|
||||
Vendored
+4
-4
@@ -4,16 +4,16 @@
|
||||
"[css]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[scss]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[html]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[jinja]": {
|
||||
"[jinja-html]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[scss]": {
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user