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 1214798 commit 151dd7fCopy full SHA for 151dd7f
src/extension.js
@@ -11,6 +11,7 @@ exports.activate = context => {
11
const extensionId = 'javascript-snippets';
12
let configuration = vscode.workspace.getConfiguration(extensionId);
13
14
+ // FIXME: Check if snippets needs to be generated
15
try {
16
const hasSemicolons = configuration.get('semicolons');
17
0 commit comments