Skip to content

Commit

Permalink
feat: update to 1.91 (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam authored Aug 12, 2024
1 parent a01f36b commit 9d70d6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
19 changes: 7 additions & 12 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"extensionEnabledApiProposals": {
"ms-vscode.vscode-selfhost-test-provider": [
"testObserver",
"testRelatedCode",
"attributableCoverage"
],
"VisualStudioExptTeam.vscodeintellicode-completions": [
Expand Down Expand Up @@ -200,26 +201,22 @@
],
"GitHub.copilot": [
"authGetSessions",
"inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-nightly": [
"inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
"inlineCompletionsAdditions"
],
"GitHub.copilot-chat": [
"interactive",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent",
"terminalSelection",
"terminalQuickFixProvider",
"chatProvider",
"chatParticipantAdditions",
"defaultChatParticipant",
"embeddings",
"chatVariableResolver",
"chatProvider",
"mappedEditsProvider",
"aiRelatedInformation",
"codeActionAI",
Expand Down Expand Up @@ -257,19 +254,17 @@
"textSearchProvider",
"timeline"
],
"GitHub.copilot-nes": [
"inlineEdit"
],
"ms-python.gather": [
"notebookCellExecutionState"
],
"ms-python.vscode-pylance": [
"notebookCellExecutionState"
],
"ms-python.debugpy": [
"portsAttributes",
"contribIssueReporter",
"debugVisualization"
"contribViewsWelcome",
"debugVisualization",
"portsAttributes"
],
"ms-toolsai.jupyter-renderers": [
"contribNotebookStaticPreloads"
Expand Down
4 changes: 2 additions & 2 deletions stable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag": "1.91.1",
"commit": "f1e16e1e6214d7c44d078b1f0607b2388f29d729"
"tag": "1.92.1",
"commit": "eaa41d57266683296de7d118f574d0c2652e1fc4"
}

0 comments on commit 9d70d6b

Please sign in to comment.