Remove startup experimentation code and setup splitWelcomeChat view as getting started experience (#262068)

* Remove startup experimentation code and setup splitWelcomeChat view as getting started experience

* Remove experimental visibility check from welcome message in ChatWidget

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
This commit is contained in:
Bhavya U
2025-08-18 03:24:29 -07:00
committed by GitHub
parent 490afdd4cb
commit 43452f464f
12 changed files with 13 additions and 659 deletions

View File

@@ -1137,7 +1137,7 @@ suite('vscode API - workspace', () => {
assert.strictEqual(e.files[1].toString(), file2.toString());
});
test('issue #107739 - Redo of rename Java Class name has no effect', async () => {
test.skip('issue #107739 - Redo of rename Java Class name has no effect', async () => { // https://github.com/microsoft/vscode/issues/254042
const file = await createRandomFile('hello');
const fileName = basename(file.fsPath);