diff --git a/src/vs/editor/node/textMate/TMSnippets.ts b/src/vs/editor/node/textMate/TMSnippets.ts index 653e2a68bab4180e0de0718688feaf7d6994067a..1a773d9f3208b7d570e39e4fbc98b21d143d4376 100644 --- a/src/vs/editor/node/textMate/TMSnippets.ts +++ b/src/vs/editor/node/textMate/TMSnippets.ts @@ -126,7 +126,8 @@ class TMSnippetsAdaptor { type: 'snippet', label: prefix, documentationLabel: snippet['description'] || description, - codeSnippet: convertedSnippet + codeSnippet: convertedSnippet, + noAutoAccept: true }); } }