diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-28 20:21:34 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-28 20:21:34 -0500 |
commit | 78ab3362a52578d0bcada903732f147747c609df (patch) | |
tree | 6b848fbb3aed633d9177d6128921c975bdecb1c5 /.vscode | |
parent | 9e1713721d9f46ef1d847b685dedd7f1016f87c0 (diff) | |
download | tanzanite-78ab3362a52578d0bcada903732f147747c609df.tar.gz tanzanite-78ab3362a52578d0bcada903732f147747c609df.tar.bz2 tanzanite-78ab3362a52578d0bcada903732f147747c609df.zip |
snowflake channel type reverse enm map
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 91f1fa1..ef7a204 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,9 @@ "name": "BushBot", "request": "launch", "type": "pwa-node", + "runtimeArgs": [ + "--experimental-specifier-resolution=node" + ], "skipFiles": [ "<node_internals>/**", // "**/Yarn/**", |