aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/extensions.json3
-rw-r--r--.vscode/settings.json7
2 files changed, 1 insertions, 9 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index f571a48..21314b4 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -6,6 +6,5 @@
"dbaeumer.vscode-eslint",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-dutch",
- "ymotongpoo.licenser"
]
-} \ No newline at end of file
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 152283a..abf82c4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -23,11 +23,4 @@
"rmwc",
"unmount"
],
-
- // Licenser
- "licenser.projectName": "rooster.hetmml.nl",
- "licenser.license": "GPLv3",
- "licenser.author": "Noah Loomans",
- "licenser.useSingleLineStyle": false,
- "eslint.workingDirectories": [ "./src" ],
}