mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix extension path
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
"onCommand:config.commands.configureEmptyLastLineCurrentFile",
|
||||
"onCommand:config.commands.configureEmptyLastLineFiles"
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
"main": "./out/extension",
|
||||
"keywords": [
|
||||
"multi-root ready"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user