Commit Graph

196 Commits

Author SHA1 Message Date
Ladislau Szomoru 6a3cd1be03 Git - remove git.showReferenceDetails workspace setting (#243975) 2025-03-19 11:22:35 +01:00
Alex Ross 07522ba33a Disable tree-sitter again (#243892) 2025-03-18 19:19:14 +01:00
Alex Ross a7ed4ba709 Re-enable tree-sitter for typescript (#243848) 2025-03-18 11:02:42 +01:00
Ladislau Szomoru 6c1ed2853b Git - enable git.showReferenceDetails (#243762) 2025-03-17 16:46:06 +01:00
Johannes 18072d9217 Merge branch 'main' into joh/genetic-canidae 2025-03-14 14:16:00 +01:00
Alex Ross ec682f62ef Disable tree sitter for tyepscript (#243538) 2025-03-14 10:15:20 +01:00
Daniel Imms a4027ce133 Enable terminal suggest in vscode settings
For natural team self hosting feedback
2025-03-13 02:18:10 -07:00
Alex Ross 94ee396f84 Enable tree sitter for typescript (#243322) 2025-03-12 11:12:18 +01:00
Daniel Imms 6a4e4d3db2 Make upstream specs readonly 2025-03-06 04:26:35 -08:00
Ladislau Szomoru d2294bce6b Engineering - enable diagnostics commit hook (#240981) 2025-02-17 11:02:39 +01:00
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 https://github.com/microsoft/vscode-vsce/commit/8b49e9dfdf909ad3af2b9ec9c825f5b501f6d75e

* 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 https://github.com/markdown-it/markdown-it/commit/737c95a12976357df99652e4b51d831cac4a75aa

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 https://github.com/markdown-it/markdown-it/commit/beed9aee2c1b44819afc25d485e86a6c699b6ef0

* 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 https://github.com/microsoft/vscode-vsce/commit/d3cc84cdec99b8e9f24be63d1a2a54abe908f68b
while still having the fix https://github.com/microsoft/vscode-vsce/commit/8b49e9dfdf909ad3af2b9ec9c825f5b501f6d75e

* 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