Commit Graph
124157 Commits
Author SHA1 Message Date
Megan RoggeandGitHub f32175a19f Merge pull request #194938 from microsoft/merogge/notif-focus
apply notification accept primary action to focused notification
2023-10-05 15:59:38 -07:00
c734fc3752 Only render notebook container if visible (#188226)
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2023-10-05 15:54:33 -07:00
Andrea MahandGitHub d9d9e24768 Notebook find/replace corrupts notebook (#194932)
Fixes #194632
2023-10-05 15:32:17 -07:00
413e8cb570 Make sure link fragment is preserved (#193743)
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2023-10-05 15:27:03 -07:00
Connor PeetandGitHub eee99c4b32 debug: fix off by one, race in disassembly view (#194937)
Fixes #192831
2023-10-05 14:59:40 -07:00
Benjamin PaseroandGitHub faea8a3d7a files - add test for atomic writes not removing symlinks (#194936) 2023-10-05 14:59:29 -07:00
Logan RamosandGitHub 10b4062915 Update subscribers action (#194934)
* Bring back subscribers.json

* Remove subscribers task since file isn't used
2023-10-05 14:59:19 -07:00
meganrogge 8ffa52cbcf fix #194547 2023-10-05 14:54:01 -07:00
meganrogge a2358c734e fix #194935 2023-10-05 13:49:37 -07:00
meganrogge b56fe0e73b fix #194927 2023-10-05 13:31:11 -07:00
Benjamin PaseroandGitHub e933c1d7b2 files - disable atomic writes for symlinks (#194933)
* vscode always replace symlink `settings.json` (fix #194856)

* add comment
2023-10-05 21:04:50 +01:00
Benjamin PaseroandGitHub f7d2b91486 Dialogs that error in actions bring down dialog handling (fix #194314) (#194929)
* Dialogs that error in actions bring down dialog handling (fix #194314)

* 💄

* 💄
2023-10-05 20:39:27 +01:00
Johannes RiekenandGitHub bdf0738d2c fix https://github.com/microsoft/vscode/issues/194853 (#194926) 2023-10-05 20:13:13 +01:00
JvrandGitHub eec8448f35 cleanup unused files in .github (#189066)
i have removed
calender.yml. the The dates have not been updated since 2018
subscribers.json. there is nothing in the file.
2023-10-05 11:30:59 -07:00
Aiday Marlen Kyzy 2fbfbf113b decreasing nvmrc? 2023-10-05 20:30:18 +02:00
Aiday Marlen Kyzy 39dd77c295 Merge branch 'main' into aiday/updatingDistro 2023-10-05 20:06:02 +02:00
Tyler James LeonhardtandGitHub 65ad9a3836 Dedupe strings in tf-idf index (#194920)
Fixes #194909
2023-10-05 11:00:10 -07:00
f6790fc1a0 feat: Add the logo of the built-in extension (#192999)
* feat: Add the logo of the built-in extension

* chore(extension): add compressed icon

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-10-05 10:40:24 -07:00
CazkaandGitHub cefe96c5a1 Fix typo for incrementalNaming setting (#194900)
Update files.contribution.ts
2023-10-05 10:19:56 -07:00
aamungerandAaron Munger dbaaaa6bd9 remove bad duplicate implementation 2023-10-05 09:13:52 -07:00
tisilent 013455ab73 💄 2023-10-06 00:12:29 +08:00
tisilent 328a312a7f Add multi-select renames to terminalAction 2023-10-06 00:01:09 +08:00
Johannes RiekenandGitHub 4d4f318b4e revert bad change (#194888)
https://github.com/microsoft/vscode-dev/issues/1020
2023-10-05 16:10:30 +01:00
Sandeep SomavarapuandGitHub bf68690f1b fix #194489 (#194898) 2023-10-05 15:49:22 +01:00
Tyler James LeonhardtandGitHub b3b3473543 Introduce a concept of Command Descriptions for TF-IDF indexing (#193937)
* Introduce a concept of Command Descriptions for TF-IDF indexing

This does a few things in a few strategic commits:

### Commit 1

The first commit contains the actual functional changes.
* In our TF-IDF implementation in the Command Palette we now consume command's description if available. This will help provide more hits in the similar commands category section of the Command Palette. To do this we now include the description in the MenuItem which is needed by the Command Palette.
* It allows Allows `description` to be an `ILocalizedString` so that we can include both the translated & original strings in the TF-IDF calculation

* Rename any `description: ICommandHandlerDescription` to `metadata: ICommandMetadata`

* move to localize2

* Joh's feedback

* Add a description for auto save
2023-10-05 15:48:16 +01:00
Henning DieterichsandHenning Dieterichs 228574f510 Improves observable debugNames 2023-10-05 16:36:21 +02:00
Henning DieterichsandHenning Dieterichs 202f38b911 Fixes https://github.com/microsoft/monaco-editor/issues/4189 2023-10-05 16:35:35 +02:00
Ladislau SzomoruandGitHub d4fb31c56d Git - fix relativePath() edge case (#194653) 2023-10-05 15:37:52 +02:00
Aiday Marlen Kyzy fd1f2667f2 Merge branch 'main' into aiday/updatingDistro 2023-10-05 15:14:03 +02:00
Sandeep SomavarapuandGitHub 8aced5c030 fix icon size in secondary sidebar (#194884) 2023-10-05 14:17:54 +02:00
Sandeep SomavarapuandGitHub 4aac894ac5 Merge pull request #193766 from gjsjohnmurray/maroon-squid
Correct the CLI helptext for `--profile`
2023-10-05 14:17:24 +02:00
Matt BiernerandGitHub 6ebac1703b Updated inferred JS/TS project config (#194847)
- Switch to target es2022 by default
- Also switch default module resolution to `bundler` if using more recent TS versions
2023-10-05 12:44:38 +02:00
Alex RossandGitHub 151d55d9da Fix Remote Explorer when moved (#194782)
Part of #194606
2023-10-05 12:40:20 +02:00
Benjamin PaseroandGitHub 9bd9b89751 auxiliary window - block script-src via CSP (#194874)
auxiliar window - block `script-src` via CSP

We do not expect to run any JavaScript in auxiliary windows for now.

//cc @jrieken
2023-10-05 10:25:20 +01:00
Aiday Marlen Kyzy f3ba327ea8 updating distro 2023-10-05 11:25:05 +02:00
Raymond ZhaoandGitHub 4aaab19f69 Add update-desktop-database calls (#194645)
* Add update-desktop-database calls

* Fix symbol
2023-10-05 17:52:25 +09:00
Benjamin PaseroandGitHub 78fe2e464c macOS - add logging to hunt down fullscreen bug (#194865) 2023-10-05 09:18:47 +01:00
João MorenoandGitHub bb1746893f Render welcome view only when necessary (#194868)
render welcome view only when necessary

related to #194560
2023-10-05 10:12:40 +02:00
Benjamin PaseroandGitHub 6e66ec4cb0 Editor tab row hidden when Create File prompt is shown (fix #194833) (#194864) 2023-10-05 09:52:14 +02:00
Benjamin PaseroandGitHub 91e59a296e aux window - better focus and reveal handling for editors (#194828)
* first cut focus handling

* 💄

* implement moveToTop

* cleanup
2023-10-05 09:51:10 +02:00
Rob LourensandGitHub 3ab789159e Clean up old unused chat API (#194857) 2023-10-05 09:48:34 +02:00
Rob LourensandGitHub 7d4027b62b Test using nvmrc in CI (#194836)
* Test using nvmrc in CI

* Force run yarn

* fix

* Bump nvmrc to latest

* Revert "Force run yarn"

This reverts commit af741f37d5.

* Make all jobs use node from nvmrc
And install node-gyp where needed
2023-10-04 19:08:50 -07:00
Connor PeetandGitHub b96b558f64 testing: fix invalid state around clearing results (#194852)
Fixes #193608
Fixes #193589
2023-10-05 00:57:00 +01:00
Connor PeetandGitHub 3462325bbf debug: announce run without debugging differently (#194850)
Fixes #193790
2023-10-05 00:37:28 +01:00
Alexandru DimaandGitHub bf2ab7669e Fix some problems with progress edits (#194838) 2023-10-05 00:37:14 +01:00
Connor PeetandGitHub 44bd95e6e5 cli: tunnel default name should satisfy any requirements (#194848)
Fixes #194755
2023-10-05 00:29:36 +01:00
Connor PeetandGitHub fe318d50e0 cli: add refresh loop for tunnel, touch GH token (#194834)
Fixes #194658
2023-10-04 22:36:40 +01:00
Megan RoggeandGitHub eb220fb976 Merge pull request #194676 from microsoft/merogge/wait
cover all cases so audio cue doesn't play forever
2023-10-04 13:39:07 -07:00
Tyler James LeonhardtandGitHub a27dc7725c Introduce localize2 function (#194750)
* Introduce `localize2` function

This is syntax sugar around:
```
{ value localize('id', "Hello"), original: 'Hello' }
```

That will now be returned when you do:
```
localize2('id', "Hello");
```

* fix merge conflic

* new source map due to updated deps
2023-10-04 12:57:38 -07:00
Christof Marti 1fbca59042 Move to Dockerfile (microsoft/vscode-remote-release#8994) 2023-10-04 20:43:28 +02:00