diff options
author | 2021-09-12 23:40:12 -0700 | |
---|---|---|
committer | 2021-09-12 23:40:12 -0700 | |
commit | 359df89fe3cd3479906ba49054086938947242bc (patch) | |
tree | c6e9f81b10cfb0b5e97dc7aed0898b27ab4a3fe7 /.vscode/settings.json | |
parent | dca47a565e8960371dd623e978bd952c1b50048d (diff) | |
download | bun-359df89fe3cd3479906ba49054086938947242bc.tar.gz bun-359df89fe3cd3479906ba49054086938947242bc.tar.zst bun-359df89fe3cd3479906ba49054086938947242bc.zip |
Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute paths for file entries
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b1ac1fa32..689016444 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -118,5 +118,7 @@ "set": "cpp", "__memory": "cpp", "memory_resource": "cpp" - } + }, + "go.logging.level": "off", + "cmake.configureOnOpen": false } |