Skip to content

Commit 3a4837c

Browse files
committed
add console.log for thinking at production
1 parent 53f9d4e commit 3a4837c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ export const activate = async () => {
88

99
await tsExtension.activate()
1010

11-
// Get the API from the TS extension
1211
if (!tsExtension.exports || !tsExtension.exports.getAPI) return
1312

13+
// Get the API from the TS extension
1414
const api = tsExtension.exports.getAPI(0)
1515
if (!api) return
1616

1717
const syncConfig = () => {
18+
console.log('sending configure request for typescript-essential-plugins')
1819
const config = vscode.workspace.getConfiguration().get(process.env.IDS_PREFIX!)
1920
api.configurePlugin('typescript-essential-plugins', config)
2021
}

0 commit comments

Comments
 (0)