WIQQL
This commit is contained in:
2024-09-13 16:25:56 -07:00
parent 302d1dade7
commit 9bba0d3beb
9 changed files with 800 additions and 573 deletions

View File

@ -34,8 +34,8 @@
"builtInExtensions": [
{
"name": "ms-vscode.js-debug-companion",
"version": "1.1.2",
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
"version": "1.1.3",
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
"metadata": {
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
@ -50,8 +50,8 @@
},
{
"name": "ms-vscode.js-debug",
"version": "1.84.0",
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
"version": "1.93.0",
"sha256": "9339cb8e6b77f554df54d79e71f533279cb76b0f9b04c207f633bfd507442b6a",
"repo": "https://github.com/microsoft/vscode-js-debug",
"metadata": {
"id": "25629058-ddac-4e17-abba-74678e126c5d",
@ -66,8 +66,8 @@
},
{
"name": "ms-vscode.vscode-js-profile-table",
"version": "1.0.3",
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
"version": "1.0.9",
"sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6",
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
"metadata": {
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
@ -152,7 +152,9 @@
],
"extensionEnabledApiProposals": {
"ms-vscode.vscode-selfhost-test-provider": [
"testObserver"
"testObserver",
"testRelatedCode",
"attributableCoverage"
],
"VisualStudioExptTeam.vscodeintellicode-completions": [
"inlineCompletionsAdditions"
@ -187,11 +189,12 @@
"testObserver",
"quickPickItemTooltip",
"terminalDataWriteEvent",
"saveEditor"
"terminalExecuteCommandEvent",
"contribIssueReporter",
"notebookReplDocument"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookMessaging",
"languageConfigurationAutoClosingPairs"
"notebookMessaging"
],
"GitHub.codespaces": [
"contribEditSessions",
@ -257,6 +260,7 @@
"ms-vscode-remote.remote-containers": [
"contribEditSessions",
"resolvers",
"portsAttributes",
"tunnels",
"workspaceTrust",
"terminalDimensions",
@ -276,51 +280,67 @@
"speech"
],
"GitHub.vscode-pull-request-github": [
"contribCommentThreadAdditionalMenu",
"tokenInformation",
"contribShareMenu",
"fileComments",
"contribCommentPeekContext",
"activeComment",
"codiconDecoration",
"diffCommand",
"codeActionRanges",
"commentingRangeHint",
"commentReactor",
"commentReveal",
"commentThreadApplicability",
"contribAccessibilityHelpContent",
"contribCommentEditorActionsMenu",
"readonlyMessage",
"treeViewMarkdownMessage",
"contribCommentPeekContext",
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
"contribEditorContentMenu",
"contribMultiDiffEditorMenus",
"contribShareMenu",
"diffCommand",
"fileComments",
"quickDiffProvider",
"shareProvider",
"quickDiffProvider"
"tabInputTextMerge",
"tokenInformation",
"treeViewMarkdownMessage"
],
"GitHub.copilot": [
"inlineCompletionsAdditions",
"interactive",
"interactiveUserActions",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-nightly": [
"inlineCompletionsAdditions",
"interactive",
"interactiveUserActions",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-chat": [
"handleIssueUri",
"interactive",
"interactiveUserActions",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent",
"terminalSelection",
"terminalQuickFixProvider",
"chatParticipantAdditions",
"defaultChatParticipant",
"embeddings",
"chatVariableResolver",
"chatProvider",
"chatVariables",
"chatAgents",
"chatAgents2",
"chatAgents2Additions",
"defaultChatAgent",
"readonlyMessage",
"mappedEditsProvider",
"aiRelatedInformation",
"codeActionAI",
"findTextInFiles",
"textSearchProvider"
"textSearchProvider",
"activeComment",
"commentReveal",
"contribSourceControlInputBoxMenu",
"contribCommentEditorActionsMenu",
"contribCommentThreadAdditionalMenu",
"contribCommentsViewThreadMenus",
"newSymbolNamesProvider",
"findFiles2",
"extensionsAny",
"authLearnMore",
"testObserver",
"aiTextSearchProvider",
"documentFiltersExclusive",
"chatParticipantPrivate",
"lmTools",
"contribDebugCreateConfiguration"
],
"GitHub.remotehub": [
"contribRemoteHelp",
@ -344,6 +364,9 @@
"notebookCellExecutionState"
],
"ms-python.debugpy": [
"contribIssueReporter",
"contribViewsWelcome",
"debugVisualization",
"portsAttributes"
],
"ms-toolsai.jupyter-renderers": [
@ -361,7 +384,10 @@
"notebookControllerAffinityHidden",
"contribNotebookStaticPreloads",
"quickPickItemTooltip",
"notebookExecution"
"notebookExecution",
"notebookCellExecution",
"notebookVariableProvider",
"notebookReplDocument"
],
"dbaeumer.vscode-eslint": [
"notebookCellExecutionState"
@ -372,18 +398,22 @@
"ms-azuretools.vscode-azureappservice": [
"terminalDataWriteEvent"
],
"ms-azuretools.vscode-azureresourcegroups": [
"authGetSessions"
"ms-azuretools.vscode-azure-github-copilot": [
"lmTools"
],
"ms-vscode.anycode": [
"extensionsAny"
],
"ms-vscode.cpptools": [
"terminalDataWriteEvent"
"terminalDataWriteEvent",
"lmTools"
],
"redhat.java": [
"documentPaste"
],
"vscjava.vscode-java-pack": [
"lmTools"
],
"ms-dotnettools.csdevkit": [
"inlineCompletionsAdditions"
],
@ -398,6 +428,10 @@
"fileSearchProvider",
"textSearchProvider"
],
"TeamsDevApp.ms-teams-vscode-extension": [
"chatParticipantAdditions",
"languageModelSystem"
],
"jeanp413.open-remote-ssh": [
"resolvers",
"tunnels",
@ -589,17 +623,17 @@
"default": false
}
},
"commit": "695a9146b1347633e608f9f166c81b5b2843b492",
"date": "2023-11-02T15:38:26.946Z",
"commit": "dbab3f8e8c5da7ca1bde636806e0a973e497aa01",
"date": "2024-09-12T18:37:29.599Z",
"checksums": {
"vs/base/parts/sandbox/electron-sandbox/preload.js": "EjJ8/ioATRIlO6PM79KeNg",
"vs/workbench/workbench.desktop.main.js": "rXCHgy9ZvKiXje3ktzeuQQ",
"vs/workbench/workbench.desktop.main.css": "YkGJy0ghDNdDgqZ4vc/QNA",
"vs/workbench/api/node/extensionHostProcess.js": "WQdvSEpljZlb7OoGCGLc1Q",
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
"vs/code/electron-sandbox/workbench/workbench.js": "nezsCY196lU8e+MQlEPpaQ"
"vs/base/parts/sandbox/electron-sandbox/preload.js": "hEgDLUNx5lvzpSH+kEMI3njUGZoLi6bU8DUAz8W7uww",
"vs/workbench/workbench.desktop.main.js": "lOhqwzQq5VJ6O5JX+CpcBaC8wy84E7+wVyD5EfBLK8A",
"vs/workbench/workbench.desktop.main.css": "lKSUtpoj8HNzPVsE+Mk/dvo+YRo8nSnGnqepnEP254o",
"vs/workbench/api/node/extensionHostProcess.js": "7+G/2nB5HnV/rQXf3+qAVlDRz0NrgMhOiokNF2bX8QU",
"vs/code/electron-sandbox/workbench/workbench.html": "n2mHBTaWJpw5iIh3QLxm6IoEPn+GYtXdtEqlHXzADvM",
"vs/code/electron-sandbox/workbench/workbench.js": "ZH+ZK41839r22pXFsE2QwOWGoXZ8ucnLgm4xWkupl0k"
},
"version": "1.84.0",
"release": "23306",
"version": "1.93.1",
"release": "24256",
"target": "user"
}