Commit Graph

853 Commits (main)

Author SHA1 Message Date
Johannes Rieken 12c1d4fb17
milestone update (#237383) 2025-01-07 10:08:23 +01:00
Joyce Er 720422ca07
chore: bump milestone in work notebook (#236730) 2024-12-20 10:29:24 -08:00
Tyler James Leonhardt 6baeecd419
Add my labels (#236391) 2024-12-17 20:23:55 +01:00
Peng Lyu d08f30ded4
Update area labels (#236116) 2024-12-17 19:57:39 +01:00
Johannes Rieken 27a8a26b36
update area labels (#236207) 2024-12-16 11:38:23 +01:00
Joyce Er e8a0511293
chore: update grooming notebook areas label list (#236005)
* chore: update grooming notebook areas label list

* chore: update grooming notebook areas label list

* chore: update grooming notebook areas label list
2024-12-13 01:33:16 +00:00
Raymond Zhao 3912f7a2b7
chore: place assignee in its own variable (#235866) 2024-12-11 14:59:27 -08:00
Raymond Zhao 05fd130824
Remove under-discussion from needing milestone (#235687) 2024-12-09 16:35:26 -08:00
Raymond Zhao 853cbfe093
Adjust notebooks (#235682) 2024-12-10 00:43:54 +01:00
Josh Spicer 1e771c6574
Add @osortega and @legomushroom to my-endgame notebook (#235315)
Add @osortega and @legomushroom
2024-12-04 11:09:54 -08:00
Ladislau Szomoru c267c566ba
Engineering - update notebooks (#234964) 2024-12-02 10:27:43 +01:00
Connor Peet 436f1e99c1
testing: finalize attributable test coverage API (#234686)
* testing: finalize attributable test coverage API

Closes #212196

* fixup
2024-11-26 18:53:38 +00: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
Alex Ross e6f2cc2f0a
Add an easy way to run performance tests for tree-sitter (#233072)
* Add an easy way to run performance tests for tree-sitter
Part os #210475

* Compile build folder
2024-11-05 15:35:58 +01:00
Johannes Rieken 52d5bf21f9
update milestones (#233001) 2024-11-04 17:24:48 +01:00
Sandeep Somavarapu 4b601b0fcf
use workspace storage location instead of global storage location (#232596) 2024-10-30 07:00:32 -07:00
Matt Bierner db90e51b75
Bump issue notebook milestones (#231892) 2024-10-22 01:58:42 +02:00
Benjamin Pasero 42b425bc8e
Offer chat install experience for entitled users (#231287) 2024-10-20 17:29:33 +02:00
Johannes Rieken 4c2964969d
update milestones (#230803) 2024-10-08 16:00:52 +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 d2701aa2ec
esm - remove AMD modifications in sources 2024-09-27 08:04:16 +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
Benjamin Pasero 571e70fa4b
update endgame notebook (#229340) 2024-09-23 10:07:29 +02:00
Megan Rogge 15183fce60
add accessible view for comment thread widget (#228018) 2024-09-17 21:09:42 +02:00
Connor Peet 976e68e620
eng: identify ternary expressions in selfhost runner (#227848)
Fixes #227222
2024-09-06 17:19:05 -07:00
Connor Peet 63729c8cbe
eng: enable chromium browser debug in selfhost runner (#227814) 2024-09-06 18:34:49 +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
Johannes Rieken ec4019f7b6
update milestones (#227698) 2024-09-05 18:45:16 +02:00
Benjamin Pasero 21135c81b5
esm - provide a bridge to AMD world (#227361) 2024-09-02 12:09:12 -07:00
Johannes Rieken a82ad6e540
import helper supports fix on save (#227219) 2024-08-30 16:19:08 +02:00
Johannes Rieken 97ef3ff276
first cut of import helper extension (#227203) 2024-08-30 14:37:52 +02: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
Connor Peet ef72141fd1
testing: finalize test message stack trace API (#225517)
Closes #214488
2024-08-13 13:56:29 -07:00
Alexandru Dima d1dc00ab3a
Remove workspace setting (#225407) 2024-08-12 16:49:38 +02:00
Matt Bierner 9afcef5dd1
Bump notebook milestones (#224980) 2024-08-07 08:39:54 -07:00
Johannes Rieken 7380dcb04a
api todos and notebook date update (#225016) 2024-08-07 00:07:02 -07:00
Johannes Rieken 773fa66c2b
Disable `inlineChat.experimental.textButtons` (#224852) 2024-08-05 08:10:44 -07:00
Raymond Zhao 52a190c91c
chore: exclude more error telemetry issues (#223776) 2024-07-25 11:13:09 -07:00
Josh Spicer 6ef1071be5
add `joshspicer` to my-endgame exclusion list (#223527) 2024-07-24 10:48:46 -07:00
Connor Peet 642700c7ef
testing: implement related code (#222252)
* wip

* testing: implement related code

This implements a simple provider-based related code feature, and
adopts it in the selfhost test extension.

It's surfaced to users via automatic delegation in the "run tests at
cursor" command, which I feel like it very natural. I also add two
commands which reuse the `SymbolNavigationAction` to implement
go to/peek views using the references infrastructure. The upstream
change involved in this is the addition of the "go to" preference
for tests.

cc @jrieken @mjbvz

* bump distro for API enablement
2024-07-22 10:52:40 -07:00
Henning Dieterichs 20d82dff62
Update endgame.github-issues (#222856)
June -> July
2024-07-22 11:48:46 +02:00