diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/package.json b/package.json index de563eea..a552f452 100644 --- a/package.json +++ b/package.json @@ -20,15 +20,13 @@ "default": "Disable", "enum": [ "Disable", - "Show after", - "Show before", + "Both", "Replace" ], "markdownDescription": "%config.completion.callSnippet%", "markdownEnumDescriptions": [ "%config.completion.callSnippet.Disable%", - "%config.completion.callSnippet.Show after%", - "%config.completion.callSnippet.Show before%", + "%config.completion.callSnippet.Both%", "%config.completion.callSnippet.Replace%" ], "scope": "resource", @@ -44,15 +42,13 @@ "default": "Replace", "enum": [ "Disable", - "Show after", - "Show before", + "Both", "Replace" ], "markdownDescription": "%config.completion.keywordSnippet%", "markdownEnumDescriptions": [ "%config.completion.keywordSnippet.Disable%", - "%config.completion.keywordSnippet.Show after%", - "%config.completion.keywordSnippet.Show before%", + "%config.completion.keywordSnippet.Both%", "%config.completion.keywordSnippet.Replace%" ], "scope": "resource", |