Commit Graph

1083 Commits

Author SHA1 Message Date
Benjamin Pasero
b50ac5ac92 Explore to support desktop notifications when in agent mode (#251621) (#255643) 2025-07-14 11:45:53 +00:00
Benjamin Pasero
ee88620afc debt - improve workspace settings and copilot configuration (#255359) 2025-07-12 12:40:46 -07:00
Michael Lively
d32a677a03 Update issue templates (#254957) 2025-07-09 19:10:13 +00:00
Michael Lively
d2c7ed40fb add Copilot issue template (#254954)
* add copilot bug template

* remove text about internal backlog or public vscode
2025-07-09 18:54:02 +00:00
Ladislau Szomoru
d8367188a0 Engineering - use different token for topic branches (#254714)
Engineering - use different token from topic branches
2025-07-08 19:43:08 +00:00
Michael Lively
45bcb2d5fb infinite response bot command (#254688) 2025-07-08 16:52:18 +00:00
Ladislau Szomoru
716794e638 Engineering - more descriptive cache names (#254496)
Engineering - mode descriptive cache names
2025-07-07 18:23:11 +00:00
Ladislau Szomoru
aa65bacd06 Engineering - use GITHUB_TOKEN in the "Compile & Hygiene" task (#254395) 2025-07-07 10:27:15 +02:00
Ladislau Szomoru
698b638444 Engineering - Add VSCODE_QUALITY global variable (#254290)
Add VSCODE_QUALITY global variable
2025-07-06 12:34:00 +02:00
Ladislau Szomoru
f52e13bc6b Engineering - pull request actions should read from the cache (#254154) 2025-07-04 21:12:56 +02:00
Ladislau Szomoru
2380d75ac8 Engineering - add job the maintain the node_modules cache for the Compile stage and builtin extensions cache (#254126)
* Engineering - add job the maintain the node_modules cache for the Compile stage and builtin extensions cache

* Fix typo
2025-07-04 16:17:51 +02:00
Ladislau Szomoru
69005e1002 Engineering - improve node_modules cache action (#254076) 2025-07-04 13:16:38 +02:00
Ladislau Szomoru
116cbcd605 Engineering - update CODEOWNERS (#254072) 2025-07-04 09:42:56 +00:00
Ladislau Szomoru
74f72e008d Engineering - add GitHub action to maintain node_modules cache (#254069) 2025-07-04 09:27:58 +00:00
Ladislau Szomoru
93858ca360 Engineering - cancel PR build when a new commit is pushed (#254064) 2025-07-04 09:05:45 +00:00
Ladislau Szomoru
4d7c56ee82 Engineering - Add GitHub action for pull requests (#254056)
* Test - handle running tests as part of a GitHub action

* Add GitHub action files
2025-07-04 08:21:56 +00:00
Michael Lively
28d57516d0 Update meta issue links (#253159)
update meta issue links
2025-07-01 05:40:12 +02:00
Ladislau Szomoru
454208e113 Engineering - delete disabled GitHub actions (#252995) 2025-06-30 07:12:07 -07:00
Michael Lively
9289ffaa0c bot meta issue comment for ~chat-billing (#252439)
bot comment for ~chat-billing
2025-06-25 22:22:26 +02:00
Michael Lively
7fdfadf2ab copilot blurb for info-needed comment (#252330)
* copilot blurb for info-needed comment

* revert formatting junk
2025-06-24 20:50:54 +00:00
Bhavya U
01fbd91ecb Revert "fix: update reason for closing duplicate issues in commands.json" (#251426)
Revert "fix: update reason for closing duplicate issues in commands.json (#25…"

This reverts commit a7208460fe.
2025-06-16 20:17:28 +02:00
Alexandru Dima
d4fc0cd328 Scaffold plan & learn modes, project instructions (#251595)
* Scaffold plan & learn modes, project instructions

* Add the .vscode folder as a source for instructions
2025-06-16 07:29:28 -07:00
Bhavya U
a7208460fe fix: update reason for closing duplicate issues in commands.json (#251400) 2025-06-13 09:10:38 -07:00
Peng Lyu
62f57f9cbd vscodebot chat classifier (#251174) 2025-06-11 04:46:00 +02:00
Copilot
6ec82f00c8 Fix GitHub workflows to check file changes before user permissions (#250083)
* Initial plan for issue

* Fix workflow to check file changes before user permissions

Reorder workflow steps to first check if package-lock.json/Cargo.lock files
are modified, then only check user permissions if lockfiles were changed.
This prevents the workflow from failing when Copilot opens PRs that don't
modify lockfiles.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Fix yarn.lock workflow to check file changes before user permissions

Apply the same fix to the yarn.lock workflow that was applied to the
package-lock workflow. This prevents failures when Copilot opens PRs
that don't modify yarn.lock files.

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Add explicit Copilot check to prevent lockfile modifications

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
2025-05-30 00:39:27 +00:00
Johannes Rieken
505092bbf7 Towards useDefineForClassFields (#248695)
* final init order fixes https://github.com/microsoft/vscode/issues/243049

* a few more fixed when compiling with `"useDefineForClassFields": true`

https://github.com/microsoft/vscode/issues/243049 and https://github.com/microsoft/vscode/issues/186726

* add a dry-check that ensures we can/could compile/emit with explicitly defined class fields

https://github.com/microsoft/vscode/issues/186726
2025-05-12 11:46:15 +02:00
Raymond Zhao
15807c660e chore: start locking down workflows (#248544) 2025-05-09 20:22:00 +02:00
Robo
b952f59bea ci: remove explicit dbus setup (#246114) 2025-04-09 17:29:50 +02:00
Daniel Imms
6ae9d5234c Add benibenj to workbench-hover 2025-04-01 12:36:31 -07:00
Alex Dima
91f0cb7b90 Add nls info to monaco-editor-core and remove left-over AMD tasks 2025-03-20 14:53:50 +01:00
Johannes Rieken
c04ac5a5df add property-init-order-check and run during CI (just like valid layers check) (#243042)
Enable ignore list which capture current violations and todo list
2025-03-10 10:22:18 +01:00
Joyce Er
4c9de9e97b fix: improve presentation of chat related file suggestions (#242354)
* fix: improve presentation of chat related file suggestions

* Pin extractor version

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2025-02-28 22:01:57 +01:00
Rob Lourens
8c2d7c9688 Assign search issues to osortega (#239750) 2025-02-05 16:22:06 -08:00
Robo
d0dfb42e34 ci: fix broken monaco editor action (#237347) 2025-01-06 16:33:12 +01:00
Christof Marti
958bcc0e64 Remove obsolete config 2024-12-10 11:24:44 +01:00
Johannes Rieken
7ef3228c7f remove API guidelines from copilot instructions (#235475) 2024-12-06 11:25:23 +01:00
Christof Marti
3b8bbd953e Add Copilot instructions 2024-11-28 11:54:55 +01:00
Rob Lourens
6f2d4781e8 Remove obsolete label classification (#232876) 2024-11-01 19:03:53 -07:00
Logan Ramos
c914444241 Cleanup classifier.json (#232861) 2024-11-01 13:24:10 -07:00
Raymond Zhao
344a292976 fix: CI workflow still uses Python 2 (#231352) 2024-10-15 00:55:32 +02:00
Robo
8422282f04 chore: update to Electron 32 (#218245)
* chore: update electron@31.0.1

* chore: bump electron@31.1.0

* chore: update sysroot download url

* chore: bump electron@31.3.0

* chore: update rpm deps for arm64

* chore: bump electron@31.4.0

* chore: bump electron@32.0.0

* fix: compile stage

* fix: install on windows

* fix: override node-addon-api to support c++20 with gcc-11

Brings in fed13534c5
to support compilation with gcc>=11

* ci: use gnu++2a for gcc <=9

* ci: fix sdl pipeline

* ci: web stage

* ci: fix alpine stage

* ci: fix legacy server stage

* fix: node-addon-api resolution for remote

* ci: fix legacy arm stage

* chore: sync npm dependencies

* chore: bump electron@32.0.1

* ci: fix monaco editor checks

* ci: fix legacy server stage

* ci: possible concurrent execution

* ci: use foreground scripts on windows

* chore: bump electron@32.0.2

* fix: compilation

Refs 204011c3f2

* Revert "wco - hardcode devtools location on Linux (#227084)"

This reverts commit dfb96d11d3.

* chore: bump electron@32.1.2

* ci: remove workaround for missing c++20 flags

* ci: use gnu++2a for gcc <=9

* chore: bump distro

* ci: use gnu++17 for legacy arm servers

* fixup! override node-addon-api to support c++20 with gcc-11

Scope to only the affected package versions

* chore: bump @vscode/policy-watcher

* chore: bump @vscode/sqlite3

* chore: bump node.js v20.17.0

* chore: bump distro

* chore: update @vscode/windows-ca-certs

* chore: update builds for electron@32.1.2

* chore: bump distro

* chore: bump dependencies

* ci: fix arm legacy servers
2024-10-04 19:19:06 +09:00
Martin Aeschlimann
f8e51fe82d integration tests: colorization test are run 6 times (#230380)
* integration tests: colorization test are run 6 times

* adding missing --
2024-10-03 12:34:14 +02:00
Benjamin Christopher Simmonds
3f2729f11e Update classifier.json (#228199) 2024-09-11 08:31:30 -07:00
Benjamin Pasero
eed219db5f ESM: figure out the monaco-standalone ESM build story (fix #227192) (#227536) 2024-09-06 18:26:40 +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
Robo
85ca721d8f ci: temporarily prevent lock file changes for npm transition (#227570) 2024-09-05 10:05:51 +09: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
Bhavya U
160c2a11ad update telemetry.yml to use the default secrets.GITHUB_TOKEN (#224511) 2024-08-01 12:48:54 -07:00
Bhavya U
c0331c89c6 Remove on-label workflow (#224448) 2024-07-31 18:22:31 -07:00
Bhavya U
cdf38dc08e Remove on-open workflow (#224425) 2024-07-31 13:04:27 -07:00