Commit Graph

186 Commits (main)

Author SHA1 Message Date
Aiday Marlen Kyzy bbfcaf8045
Turn on TypeScript's experimental expandable hover by default in the VS Code workspace (#233336)
turning on the expandable hover
2024-11-07 08:23:40 -07:00
Michael Lively 69b3c885d1
Add 0 occurrence highlight delay to repo settings (#233136)
add 0 occurrence highlight delay to repo settings
2024-11-06 00:30:17 +01:00
Benjamin Pasero 42b425bc8e
Offer chat install experience for entitled users (#231287) 2024-10-20 17:29:33 +02:00
Matt Bierner e456f4cb66 Start eslint 9 migration
For #230339

Starts migrating to eslint 9. Everything runs but it produces a number of errors
2024-10-02 14:45:28 -07:00
Benjamin Pasero db992f389a
esm - some 💄 2024-09-27 11:00:52 +02:00
Benjamin Pasero 87f3486f5f
esm - restore default header 2024-09-27 08:05:16 +02:00
Benjamin Pasero 02fec8e19c
esm - better handle main CSS files 2024-09-27 08:05:11 +02:00
Benjamin Pasero 332b89f198
esm - remove AMD build scripts, tests and variables 2024-09-27 08:04:01 +02:00
Johannes Rieken 67a93b0e45
Revert "Revert "chat command center polish (#229674)" (#229755)" (#229802)
This reverts commit 11fb5bbfdb.

Add another context key `inlineChatPossible` which truely checks code editors so that a global command works
2024-09-26 11:11:36 +02:00
Connor Peet 11fb5bbfdb
Revert "chat command center polish (#229674)" (#229755)
This reverts commit b80272842e.

This broke sanity tests for copilot-chat, probably in preconditions
for `inlineChat.start`. It's not clear to me what the right fix is,
so I am backing it out in order to unblock copilot-chat.
2024-09-25 22:55:46 +02:00
Johannes Rieken b80272842e
chat command center polish (#229674)
* mark `chat.commandCenter.enabled` as EXP setting, change default
* render keybindings
* order in buckets of panel, inline, and quick chat
2024-09-25 10:59:30 +02:00
Robo b5a6aa14a8
feat: switch to npm as default package manager (#226927)
* feat: move from yarn to npm

* chore: skip yarn.lock files

* fix: playwright download

* chore: fix compile and hygiene

* chore: bump vsce@2.17.0

Refs 8b49e9dfdf

* test: update results for bat and sh colorizer tests

* fix: add missing lock files for windows

* fix: switch to legacy-peer-deps

* chore: update markdown-it@14.1.0

Refs 737c95a129

esbuild step in extensions-ci-pr was previously using markdown-it
from root which had userland punycode and was able to compile successfully.

* ci: increase pr timeout for windows integration tests

* chore: fix product build

* build: ignore extension dev dependency for rcedit

* build: fix working directory inside container

* build: fix dependency generation

* npm: update dependencies

* ci: use global npmrc

* ci: update cache

* ci: setup global npmrc for private npm auth

* build: fix extension bundling

* chore: sync npm dependencies

* ci: debug env variables for container

* ci: fix win32 cli pipeline

* build: fix npmrc config usage for build/ and remote/ dirs

* fix: windows build

* fix: container builds

* fix: markdown-language-features tests and bundling

```
[03:58:22] Error: Command failed: /Users/demohan/.nvm/versions/node/v20.15.1/bin/node /Users/demohan/github/vscode/extensions/markdown-language-features/esbuild-notebook.js --outputRoot /Users/demohan/github/vscode/.build/extensions/markdown-language-features
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds userland package based on beed9aee2c

* fix: container builds for distro

* chore: update yarn occurrences

* fixup! chore: bump vsce@2.17.0

Uses the closest version to `main` branch that does not
include d3cc84cdec
while still having the fix 8b49e9dfdf

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: throw error when yarn is used for installation

* chore: add review feedback

* chore: switch exec => run where needed

* chore: npm sync dependencies

* fix: markdown-language-features bundling

```
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds missing userland package based on markdown-it/markdown-it@beed9ae,
can be removed once we update markdown-it >= 14.1.0

* ci: rename no-yarn-lock-changes.yml

* chore: sync npm dependencies

* ci: restore no-yarn-lock-changes.yml

We can disable it in a separate PR to keep the required
checks happy and also need workflow edit perms.

* chore: sync npm dependencies

* ci: rebuild cache

* ci: fix no-package-lock-changes.yml

* chore: bump distro

* chore: rm yarn.lock files

* chore: rm yarn.lock files without dependencies

* chore: add vscode-selfhost-import-aid to postinstall dirs

* chore: bump distro
2024-09-06 22:18:02 +09:00
Benjamin Pasero 21135c81b5
esm - provide a bridge to AMD world (#227361) 2024-09-02 12:09:12 -07:00
Benjamin Pasero 6b924c5152
ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
Johannes Rieken c124a5f744
use `inlineChat.experimental.onlyZoneWidget` as team setting (#225984) 2024-08-19 19:21:53 +02:00
Benjamin Pasero 0dea4804f4
esm - introduce VSCODE_BUILD_ESM variable (#225586) 2024-08-14 14:49:26 +02:00
Alexandru Dima d1dc00ab3a
Remove workspace setting (#225407) 2024-08-12 16:49:38 +02:00
Johannes Rieken 773fa66c2b
Disable `inlineChat.experimental.textButtons` (#224852) 2024-08-05 08:10:44 -07:00
Johannes Rieken ecf818849d
add location specific data along when making chat request (#219114)
with this PR the implicit variables tricks aren't needed anymore
2024-06-28 16:27:08 +02:00
Benjamin Pasero f6f90e0163
Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
Johannes Rieken 4bd8cce180
enable `inlineChat.experimental.textButtons` for the team (#216679) 2024-06-20 09:48:58 +02:00
Benjamin Pasero 2188b46e88
ts - enable use code watcher by default (#213450) 2024-05-25 12:48:33 +02:00
Johannes Rieken 3982027f02
debt - remove old inline chat API (#211902) 2024-05-03 08:20:00 +02:00
Sandeep Somavarapu 55f2a29a07
Enable workspace extensions (#210466)
* Enable workspace extensions

* fix
2024-04-16 14:37:31 +02:00
Sheetal Nandi b2c4302323
Use vscode watches for tsserver (#193848) 2024-04-09 13:39:34 +02:00
Connor Peet d42fad27b2
eng: move selfhost test provider as a workspace extension (#208699)
Testing #208184, closes #207756
2024-03-28 09:08:23 -07:00
Connor Peet a5d5f358ad
eng: don't use a context menu for default test clicks (#207481)
Fixes #207395
2024-03-12 17:44:40 +01:00
Matt Bierner 857bfa63e4
Enable `typescript.enablePromptUseWorkspaceTsdk` in repo (#204381)
This will prompt users to switch to the workspace version on first open of the workspace
2024-02-05 09:15:18 -08:00
Johannes Rieken 73fe65f903
find a better compromise between dogfooding and time-lossing with `defaultGutterClickAction: contextMenu` (#203693)
fyi @connor4312
2024-01-29 14:18:27 +01:00
Connor Peet fee9ef203a
eng: run with coverage on decoration click for more selfhosting (#202592) 2024-01-16 18:25:15 +01:00
Johannes Rieken 4cd3c65902
team-enable live mode (#200929) 2023-12-15 09:46:51 +01:00
Andrea Mah 4b6c84ef9c
add `css.format.spaceAroundSelectorSeparator: true` to the workspace and add spacing around `>` (#199993) 2023-12-05 09:35:36 -08:00
Ulugbek Abdullaev 3786cdcf9e
meta: settings.json: wrap lines for github-issues notebooks (#199950) 2023-12-04 14:41:17 +01:00
Daniel Imms 8bf7ff4d93
Prevent sticky scroll being set at workspace level
fixes #197734
2023-11-29 10:13:00 -08:00
Ladislau Szomoru dbc482a1f6
Engineering - remove incoming/outgoing workspace setting (#198650) 2023-11-20 07:48:41 +01:00
Benjamin Simmonds 2e4d75fa7d
remove setting (#198439) 2023-11-16 17:20:56 +01:00
Benjamin Simmonds a6469cae57
Refactor Configuration Migration Logic (#198414)
* fix migration #198056
2023-11-16 14:27:18 +01:00
Ladislau Szomoru 7688a7ca8e
Engineering - update incoming/outgoing workspace settings (#198386) 2023-11-16 08:18:41 +01:00
Daniel Imms 0d0217205f
Remove out dated setting 2023-11-14 12:57:50 -08:00
Daniel Imms df7f63c26c
Merge pull request #197994 from microsoft/tyriar/197858
Various improvements to terminal sticky scroll and command navigation
2023-11-13 11:14:01 -08:00
Ladislau Szomoru 901d3e5c5f
Engineering - re-enable incoming/outgoing (#198039) 2023-11-12 12:45:08 +01:00
Daniel Imms d099550cdd
Adopt new setting name 2023-11-11 04:30:54 -08:00
Ladislau Szomoru 985a295449
Engineering - disable setting temporarily (#197911) 2023-11-10 12:46:49 +01:00
Ladislau Szomoru 5b0ddc32b2
SCM - enable incoming/outgoing for the vscode repo (#197893) 2023-11-10 11:53:38 +01:00
Daniel Imms 42a2de206f
Set default terminal sticky scroll in vscode temporarily 2023-11-07 13:20:57 -08:00
Daniel Imms 1532b5aebd
Add xterm scope to moore places 2023-11-02 06:34:09 -07:00
Benjamin Pasero f430137625
settings - let folders in `node_modules` still be editable (#195714) 2023-10-16 20:18:33 +02:00
Connor Peet c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00
Matt Bierner 060e385ef5
Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)
For https://github.com/microsoft/TypeScript/issues/55781
2023-09-19 08:28:28 -07:00
Henning Dieterichs e0e970f76b
Removes legacy diff editor. (#191989)
* Removes legacy diff editor.

* Fixes CI

* Fixes CI
2023-09-04 22:45:27 +02:00