aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-11 20:52:56 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-11 20:52:56 -0400
commit66b958cd1d38a8ba0d64ecd188bc8d90e850cfbb (patch)
treec1b586329f281d690b69247dca7311a080e91921 /.vscode
parent5cc921fe1bdd24859ad1b15d73c86980de8f4ea0 (diff)
downloadtanzanite-66b958cd1d38a8ba0d64ecd188bc8d90e850cfbb.tar.gz
tanzanite-66b958cd1d38a8ba0d64ecd188bc8d90e850cfbb.tar.bz2
tanzanite-66b958cd1d38a8ba0d64ecd188bc8d90e850cfbb.zip
fix: circular imports
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json2
-rw-r--r--.vscode/launch.json1
-rw-r--r--.vscode/settings.json23
-rw-r--r--.vscode/typescript.code-snippets1
4 files changed, 12 insertions, 15 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index e6ce365..d3de569 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,4 +1,4 @@
-/* prettier-ignore */ {
+{
"recommendations": [
"aaron-bond.better-comments",
"arcanis.vscode-zipfs",
diff --git a/.vscode/launch.json b/.vscode/launch.json
index f526e03..d75268c 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,4 +1,3 @@
-/* prettier-ignore */
{
"version": "0.2.0",
"configurations": [
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ff71740..76966c1 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,12 +1,11 @@
-/* prettier-ignore */ {
+{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
- "node_modules": true,
- "dist": true,
+ "dist": false,
".pnp.js": true
},
"javascript.preferences.importModuleSpecifier": "project-relative",
@@ -54,15 +53,15 @@
"bold": false,
"italic": false
},
- {
- "tag": "#",
- "color": "#f003fc",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
+ // {
+ // "tag": "#",
+ // "color": "#f003fc",
+ // "strikethrough": false,
+ // "underline": false,
+ // "backgroundColor": "transparent",
+ // "bold": false,
+ // "italic": false
+ // },
{
"tag": "//",
"color": "#474747",
diff --git a/.vscode/typescript.code-snippets b/.vscode/typescript.code-snippets
index 0984c3c..f105a20 100644
--- a/.vscode/typescript.code-snippets
+++ b/.vscode/typescript.code-snippets
@@ -1,4 +1,3 @@
-/* prettier-ignore */
{
/**
* Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and