Commit Graph

5928 Commits

Author SHA1 Message Date
João Moreno
353b50786b Use SAS urls for ESRP (#240984)
* use sas urls for esrp

* use user delegation SAS

* hm
2025-02-18 12:02:54 +01:00
Marc Mueller
883e8823d0 Add panelTitleBadge color variables (#240645)
* Add panelTitleBadge color variables

* Revert builtin theme changes

* Move panel section in theme.ts

* Use ACTIVITY_BAR_BADGE_* styles as default for PANEL_TITLE_BADGE_*
2025-02-18 11:35:28 +01:00
João Moreno
2c35b6a4da fix exclusive web build (#240994) 2025-02-18 11:01:18 +01:00
Henning Dieterichs
547f38708a Implements inline edit fade out animation (#241031) 2025-02-17 20:18:43 +01:00
dependabot[bot]
8b8ca3cc3a Bump esbuild from 0.23.0 to 0.25.0 in /build (#240433)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.0 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.23.0...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 11:16:30 +01:00
Ladislau Szomoru
a1c32cb7db Engineering - switch Compile stage to macOS ARM64 (#240676) 2025-02-14 18:09:27 +09:00
Ladislau Szomoru
5da59dd69c Engineering - enable batching for the CI build (#240704) 2025-02-13 11:48:28 -08:00
Robo
a032042791 build: remove broken @vscode/node-addon-api (#240631) 2025-02-13 20:56:46 +09:00
Alex Ross
e2a3691756 Use tree sitter for ini (#240534)
* Use tree sitter for ini
Part of #210475

* Include ini in tree sitter colorization tests

* Remove /r
2025-02-13 08:36:42 +01:00
Robo
cad433cd6c ci: debug flaky asset_id step in macOS sign stage (#240558) 2025-02-13 15:54:57 +09:00
Henning Dieterichs
05b004e64f Uses squiggles for warnings 2025-02-12 16:18:36 +01:00
Robo
f94b27000c chore: update to Electron 34 (#237557)
* chore: update electron@33.3.0

* chore: update for webFrameMain possibly being null

Refs ae9f2df082

* chore: update debian deps

* chore: update rpm deps

* chore: bump electron@34.0.0-beta.12

* temp: use std::format for spdlog

* chore: update debian deps

* chore: update rpm deps

* chore: bump electron@34.0.0

* chore: bump electron@34.0.1

* chore: bump electron@34.1.0

* chore: update required portal version

* chore: use enableDeprecatedPaste

* chore: update builds

* chore: bump distro
2025-02-12 10:36:35 +01:00
Connor Peet
cccd0a35c6 eng: cherry-pick 1.97.1 fixes (#240409) 2025-02-11 19:47:56 +01:00
Henning Dieterichs
855102691b Implements https://github.com/microsoft/vscode-copilot/issues/11599 2025-02-11 18:38:31 +01:00
Sandeep Somavarapu
e3f0fe37ba fix #237915 (#239966) 2025-02-10 15:12:38 +01:00
Alex Ross
39cf1ffb98 Adopt Tree-Sitter 0.25.1 (#239683)
* Adopt Tree-Sitter 0.25.1

* Update @vscode/tree-sitter-wasm

* Fix incorrect redirect
2025-02-05 17:58:39 +00:00
Aaron Munger
3e048f17b0 Provide error message when it looks like node arch does not match the system (#239364) 2025-01-31 12:44:55 -08:00
Johannes Rieken
f6fb04a2bb Merge pull request #238409 from tmm1/tmm1/tsb-edgecase
tsb: fix for deleted and re-added source file not being re-generated
2025-01-31 14:01:03 +01:00
João Moreno
9d43b0751c remove svgz from default file types (#239180)
* remove svgz from default file types

fixes #231021

* push missing compilation
2025-01-31 10:49:12 +01:00
Robo
9df979cc9a ci: fix installation of build dependencies (#239290)
* ci: fix installation of build dependencies

* ci: add missing quality parameter
2025-01-31 09:27:39 +00:00
João Moreno
38f08a445a bump inno_updater (#239198)
fixes #239186
2025-01-30 12:02:48 +01:00
João Moreno
98ef4c3e7a fixes #222504 (#239179) 2025-01-30 10:15:12 +01:00
Benjamin Pasero
f7327b79f3 Remove TypeScript ignore comments from upload-sourcemaps files (#238556) 2025-01-23 13:10:27 +01:00
João Moreno
cc14c75c96 fix build again (#238545) 2025-01-23 11:34:30 +01:00
João Moreno
ce2c2f3c79 fix build (#238530)
* fix build

* fix build

* one more fix
2025-01-23 09:41:55 +01:00
scott
438e5e0af6 fix: remove duplicate !**/*.mk entry in dependenciesSrc (#236683) 2025-01-22 19:56:59 +00:00
Aman Karmani
e76c50f20e build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat

* build: rewrite imports for nodenext compat

* build: re-generate
2025-01-22 20:12:39 +01:00
Matt Bierner
92c3380c8f Remove unused classification test (#237989)
Remove unused test file

This test has been commented out for 5 years now
2025-01-22 12:30:15 +01:00
Aman Karmani
ce19b614c5 build: re-generate 2025-01-21 17:09:00 -08:00
Aman Karmani
649d3e29c3 build: update to include more tsc boilerplate 2025-01-21 16:46:16 -08:00
Aman Karmani
61e52c3265 tsb: fix for deleted and re-added source file not being re-generated 2025-01-21 14:21:13 -08:00
Alex Ross
d24b8fb490 Add a token store for tree sitter (#237885)
* Add a token store for tree sitter

* Handle root node change

* Split tokens, changes between syntax nodes, proper new end position when multiple edits

* Holes between nodes

* Add guess token store

* Fix deleting tokens

* Switch over to range based and capture offsets early

* 🧹

* 🗑️

* Only block for 5 ms, comments in monaco.d.ts

* Faster and more scoped changed range finding

* Revert "Faster and more scoped changed range finding"

This reverts commit 84b3f4a612.

* Faster and more scoped changed range finding

* Use already computed end position

* Only expose fully parsed trees from tree sitter and do capture immediately.

* Improve race by only firing tree change event when the tree parse is on the same version as the model

* Fix race

* Fix disposable leak in test

* Fix parsing loop bug

* Fix race condition in the token store layer

* Don't block when collecting tokens

* Fix tests

* Fix some tests

* Add Performance to CORE_TYPES

* Add missing js file
2025-01-21 15:02:16 +00:00
João Moreno
d9069970f9 fix build (#238346) 2025-01-21 11:11:30 +01:00
Martin Aeschlimann
434fed4032 remove from i18n 2025-01-17 09:47:24 +01:00
Johannes Rieken
a5d836544d tweak auto-accept flow (#238057)
* make setting a number which is the delay in seconds
* no count-down in btn, but just an simple animation
* stop auto-accept when hovering over the btn

https://github.com/microsoft/vscode-copilot/issues/11747
2025-01-16 17:01:26 +01:00
Ladislau Szomoru
96e03e0d94 Revert "Engineering - disable binskim (#237562)" (#237959)
This reverts commit b7b6f26c62.
2025-01-15 14:43:17 +01:00
Benjamin Christopher Simmonds
645027c7d9 Highlight accepted inline edits temporarily (#237682)
highlight edit after applying
2025-01-10 12:20:18 -08:00
Daniel Imms
55c35c836f Automate some pulling completions from upstream 2025-01-10 07:13:17 -08:00
Christof Marti
da4fcc54ac @vscode/proxy-agent 0.29.0 2025-01-09 17:12:10 +01:00
Ladislau Szomoru
b7b6f26c62 Engineering - disable binskim (#237562) 2025-01-09 14:09:30 +01:00
Aman Karmani
fb0388deb6 tsb: avoid processing css imports 2025-01-07 18:04:08 -08:00
Aman Karmani
33c3dbafa4 tsb - normalize filenames consistently in add/removeScriptSnapshot 2025-01-07 18:03:38 -08:00
Robo
2e5cbd49c8 chore: update electron@32.2.7 (#236843)
* chore: update electron@32.2.7

* chore: bump distro
2024-12-23 11:22:49 +01:00
Connor Peet
5d5976d10c fix: macos external terminal not opening in darkwin remotes (#236426)
Closes #236425
2024-12-20 20:22:59 +01:00
Henning Dieterichs
094e96a2ea Introduces IObservableWithChange so that typescript does not show the default type for TChange in hovers. (#236629)
* Introduces IObservableWithChange so that typescript does not show the default type for TChange in hovers.

This should make it easier to understand types when observables (potentially nested) are involved.

* Fixes monaco editor
2024-12-20 19:55:45 +01:00
João Moreno
7ed772b8b0 remove retry at publish time (#236070)
fixes #236067
2024-12-13 16:50:04 +01:00
Benjamin Pasero
f6e97b7c97 debt - go over todos (#235924)
* debt - go over todos

* fix hygiene
2024-12-12 14:47:59 +01:00
Johannes Rieken
a40e594f25 Check for cyclic dependencies during compile (#235808)
* Check for cyclic dependencies during compile

Changes gulp-tsb to check the emitted JS code for cyclic dependencies. Historically we never cared about cycles between TS files as long as they dissappeared after compile (e.g type-dependencies, not runtime dependencies)

https://github.com/microsoft/vscode-internalbacklog/issues/5271

* fix cycling dependencies

fyi @aeschli @aiday-mar

* remove cyclic dependency with unused `BasedTextEdit` fyi @hediet

* remove cycle between chatEditService and chatEditingSession

fyi @alexdima

* remove cyclic dependency between chatSetup and chatViewPane

fyi @roblourens

* better cycle detection

* don't check cycles when not needed

* clear graph when reprocessing file dependencies

* remove cycle between with `notebookChatEditController` fyi @DonJayamanne

* modernize and cleanup tsb/utils
2024-12-11 11:26:59 +01:00
Benjamin Pasero
679a9f1ace 🆙 @parcel/watcher@2.5.0 (#235710) 2024-12-11 09:19:48 +01:00
Robo
5ece69fbf3 ci: fix flaky client module installation in legacy stage (#235786) 2024-12-11 05:21:01 +01:00