Skip to content

Commit 151dd7f

Browse files
committed
Add annotation
1 parent 1214798 commit 151dd7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports.activate = context => {
1111
const extensionId = 'javascript-snippets';
1212
let configuration = vscode.workspace.getConfiguration(extensionId);
1313

14+
// FIXME: Check if snippets needs to be generated
1415
try {
1516
const hasSemicolons = configuration.get('semicolons');
1617

0 commit comments

Comments
 (0)