Skip to content
Snippets Groups Projects
Verified Commit db369599 authored by Ben Eltschig's avatar Ben Eltschig
Browse files

Merge branch 'custom-server' into mybranch

parents 37840114 bdddf8e5
Branches
1 merge request!8Merge Changes into custom-server, mainly paint-functionality
cd client cd client
php -S localhost:8080 python -m http.server 8080
pause pause
\ No newline at end of file
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
"settings": { "settings": {
"json.schemas": [ "json.schemas": [
{ {
"fileMatch": ["/client/Skribbl.json"], "fileMatch": [
"/client/Skribbl.json"
],
"url": "./schema.json" "url": "./schema.json"
} }
], ],
...@@ -29,7 +31,10 @@ ...@@ -29,7 +31,10 @@
"@todo" "@todo"
] ]
}, },
"todo-tree.highlights.enabled": false "todo-tree.highlights.enabled": false,
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": false
}, },
"extensions": { "extensions": {
"recommendations": [ "recommendations": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment