mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Also activate chat context on jsonc (#1267)
This commit is contained in:
@ -326,6 +326,7 @@ export const samples: Sample[] = [
|
||||
{ description: 'wasm-component-model-resource', excludeFromReadme: true, path: 'wasm-component-model-resource', guide: null, apis: [], contributions: [] },
|
||||
{ description: 'wasm-component-model', excludeFromReadme: true, path: 'wasm-component-model', guide: null, apis: [], contributions: [] },
|
||||
{ description: 'welcome-view-content-sample', excludeFromReadme: true, path: 'welcome-view-content-sample', guide: null, apis: [], contributions: [] },
|
||||
{ description: 'chat-context-sample', excludeFromReadme: true, path: 'chat-context-sample', guide: null, apis: ['chatContextProvider'], contributions: [] },
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
@ -14,7 +14,8 @@
|
||||
],
|
||||
"activationEvents": [
|
||||
"onChatContextProvider:chat-context-sample.jsonLineCount",
|
||||
"onLanguage:json"
|
||||
"onLanguage:json",
|
||||
"onLanguage:jsonc"
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
"contributes": {
|
||||
|
||||
Reference in New Issue
Block a user