Skip to content

Commit

Permalink
Purge aideChat
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriternr committed Sep 18, 2024
1 parent e479401 commit 7525a00
Show file tree
Hide file tree
Showing 130 changed files with 106 additions and 26,873 deletions.
8 changes: 0 additions & 8 deletions build/lib/i18n.resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,6 @@
"name": "vs/workbench/contrib/astNavigation",
"project": "vscode-workbench"
},
{
"name": "vs/workbench/contrib/aideChat",
"project": "vscode-workbench"
},
{
"name": "vs/workbench/contrib/inlineAideChat",
"project": "vscode-workbench"
},
{
"name": "vs/workbench/contrib/aideProbe",
"project": "vscode-workbench"
Expand Down
7 changes: 0 additions & 7 deletions build/lib/stylelint/vscode-known-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"--vscode-activityBarTop-dropBorder",
"--vscode-activityBarTop-foreground",
"--vscode-activityBarTop-inactiveForeground",
"--vscode-aideChat-avatarBackground",
"--vscode-aideChat-avatarForeground",
"--vscode-aideChat-requestBackground",
"--vscode-aideChat-requestBorder",
"--vscode-aideChat-slashCommandBackground",
"--vscode-aideChat-slashCommandForeground",
"--vscode-badge-background",
"--vscode-badge-foreground",
"--vscode-banner-background",
Expand Down Expand Up @@ -808,7 +802,6 @@
"--vscode-window-inactiveBorder"
],
"others": [
"--size",
"--background-dark",
"--background-light",
"--dropdown-padding-bottom",
Expand Down
3 changes: 0 additions & 3 deletions src/vs/base/common/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ export namespace Schemas {
/** Scheme used for the chat input editor. */
export const vscodeChatSesssion = 'vscode-chat-editor';

/** Scheme used for the aide chat input editor. */
export const vscodeAideChatSesssion = 'vscode-aidechat-editor';

/**
* Scheme used internally for webviews that aren't linked to a resource (i.e. not custom editors)
*/
Expand Down
8 changes: 0 additions & 8 deletions src/vs/platform/actions/common/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,6 @@ export class MenuId {
static readonly MergeInputResultToolbar = new MenuId('MergeToolbarResultToolbar');
static readonly InlineSuggestionToolbar = new MenuId('InlineSuggestionToolbar');
static readonly InlineEditToolbar = new MenuId('InlineEditToolbar');
static readonly AideChatContext = new MenuId('AideChatContext');
static readonly AideChatCodeBlock = new MenuId('AideChatCodeblock');
static readonly AideChatCompareBlock = new MenuId('AideChatCompareBlock');
static readonly AideChatMessageTitle = new MenuId('AideChatMessageTitle');
static readonly AideChatExecute = new MenuId('AideChatExecute');
static readonly AideChatExecutePrimary = new MenuId('AideChatExecutePrimary');
static readonly AideChatExecuteSecondary = new MenuId('AideChatExecuteSecondary');
static readonly AideChatInputSide = new MenuId('AideChatInputSide');
static readonly ChatContext = new MenuId('ChatContext');
static readonly ChatCodeBlock = new MenuId('ChatCodeblock');
static readonly ChatCompareBlock = new MenuId('ChatCompareBlock');
Expand Down
6 changes: 0 additions & 6 deletions src/vs/platform/extensions/common/extensionsApiProposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ const _allApiProposals = {
aiTextSearchProviderNew: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.aiTextSearchProviderNew.d.ts',
},
aideChatParticipant: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.aideChatParticipant.d.ts',
},
aideChatVariableResolver: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.aideChatVariableResolver.d.ts',
},
aideGetCodeLensProvider: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.aideGetCodeLensProvider.d.ts',
},
Expand Down
2 changes: 0 additions & 2 deletions src/vs/workbench/api/browser/extensionHost.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import { StatusBarItemsExtensionPoint } from './statusBarExtensionPoint.js';
import './mainThreadLocalization.js';
import './mainThreadBulkEdits.js';
import './mainThreadModelSelection.js';
import './mainThreadAideChatAgents2.js';
import './mainThreadAideChatVariables.js';
import './mainThreadAideProbeProvider.js';
import './mainThreadLanguageModels.js';
import './mainThreadChatAgents2.js';
Expand Down
Loading

0 comments on commit 7525a00

Please sign in to comment.