We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bb442 commit b0840ceCopy full SHA for b0840ce
lib/main.js
@@ -7,7 +7,7 @@ import config from './config.json'
7
import * as PluginManagement from './plugin-management'
8
import { treeSitterWarning } from './performance-monitor'
9
10
-export * as config from './config.json'
+export { default as config } from './config.json'
11
export * from './plugin-management'
12
export { default as Minimap } from './minimap'
13
0 commit comments