Commit Graph

121219 Commits

Author SHA1 Message Date
c3c7f7a61c Update .woodpecker/ci.yml
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
2024-05-07 09:50:41 +02:00
7d74f0724f Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:27:34 +02:00
e3cc028c6e Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:18:31 +02:00
930c700f49 Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:10:47 +02:00
2e26cb291b Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:08:07 +02:00
9a0ae94f5d Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:05:22 +02:00
5acfdf5e17 Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:03:25 +02:00
d2c9d5b56b Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:02:49 +02:00
7e5764693b Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 08:01:59 +02:00
fc3b9f8a6e Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 07:59:21 +02:00
9c167c4261 Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 07:57:05 +02:00
e1c08d61d8 fix indentation
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2024-05-07 07:55:34 +02:00
60296a3802 Add .woodpecker/ci.yml 2024-05-07 07:54:56 +02:00
Jean Pierre
fb516c44d1 Fix 2024-04-26 09:00:37 +00:00
Jeremie Laval
6b32d657bb spread originalConfig rather than reconstructing it 2024-04-26 09:00:37 +00:00
filiptronicek
a48bde76c5 Disable Git: Continue Working in New Local Clone 2024-04-26 09:00:37 +00:00
Pol Dellaiera
c6d6904573 fix: make sure user-data-dir command line parameter is customizable
The `--user-data-dir` command-line parameter is currently unusable. Its functionality is hampered due to an automatically appended `/data` directory, rendering the parameter completely ineffective.

The proposed minor modification allows users to accurately customize this variable, enhancing its utility.
2024-04-26 09:00:37 +00:00
Jean Pierre
f5e400ba20 Patch yarnInstall for openvscode-release 2024-04-26 09:00:37 +00:00
Bjarne Sievers
7b4590c032 Update deprecated example in README
Option 'connection-secret' is deprecated: Use connection-token-file instead.
2024-04-26 09:00:37 +00:00
Jean Pierre
f70ad89c43 💄 2024-04-26 09:00:37 +00:00
AXON
61f8eaf0f1 Add example guide for pre-installing vscode extensions with docker installation 2024-04-26 09:00:37 +00:00
Anton Kosyakov
3429456f51 enable prebuilds for all branches 2024-04-26 09:00:37 +00:00
Filip Troníček
dd0742a503 code web server initial commit 2024-04-26 09:00:37 +00:00
Alex Ross
e229ffdb0e
Fix tree selection context and command args (#211429)
Fixes #210046
2024-04-26 10:58:24 +02:00
Justin Chen
e0e7aeca17
additional lightbulb telemetry for insiders (#211407)
* added back lightbulb telemetry

* some cleanup
2024-04-26 16:16:10 +08:00
Benjamin Pasero
8e65948510
Exact matches are hard to find in outline (fix #187921) (#211419) 2024-04-26 09:34:03 +02:00
Benjamin Pasero
82de0899cc
Focus into Side Bar commands don't focus the sidebar if the sidebar wasn't already visible (fix #193737) (#211417) 2024-04-26 09:33:49 +02:00
Benjamin Pasero
c1f470ad5a
voice - allow for text to speech (#211006) 2024-04-26 09:33:23 +02:00
Matt Bierner
f86d0f7324
Exclude product.overrides from hygiene (#211396) 2024-04-25 18:18:09 -07:00
Logan Ramos
f6d0e7f6aa
Bump version (#211398) 2024-04-26 02:26:07 +02:00
Rob Lourens
2fb3fa8dd2
Merge pull request #211395 from microsoft/roblou/revolutionary-leopon
Add error message for chat loading
2024-04-25 16:40:27 -07:00
Rob Lourens
8c7a3faae8 Add error message for chat loading 2024-04-25 16:22:14 -07:00
Matt Bierner
56ad6311c8
Pick up latest Markdown language service (#211391)
Fixes #211389
2024-04-25 13:48:44 -07:00
Logan Ramos
3415990696
Add verification steps needed to endgame notebook (#211385) 2024-04-25 21:12:54 +02:00
Benjamin Pasero
8af4d0b255
Can't disable "An external application wants to open" warnings (fix #207777) (#211379) 2024-04-25 20:22:55 +02:00
Raymond Zhao
77be70eddd
Update my-endgame notebook (#211373) 2024-04-25 18:20:48 +02:00
Rob Lourens
91588fbb30
Merge pull request #211300 from microsoft/roblou/corporate-mammal
Fix broken chat layout after reloading window
2024-04-25 08:39:52 -07:00
Benjamin Christopher Simmonds
b561fea958
fix #211227 (#211371) 2024-04-25 17:27:18 +02:00
Ulugbek Abdullaev
9784f876f9
Merge pull request #211365 from microsoft/ulugbekna/rename-ftw
rename suggestions extra telemetry
2024-04-25 16:20:57 +02:00
Ulugbek Abdullaev
2ba0ea2aa7
rename suggestions: add extra telemetry on requesting rename suggestions 2024-04-25 19:03:50 +05:00
Alex Ross
72c0c28ee3
Pragmatic fix for diff decoration in split editors (#211356)
* Show git gutter indicators in both panes when using `Split Editor In Group`
Fixes #211257

* Revert "Show git gutter indicators in both panes when using `Split Editor In Group`"

This reverts commit e8b2166ef375c98fabbdefca09ca5fe905cd509b.

* Pragmatic fix
2024-04-25 15:53:18 +02:00
Aiday Marlen Kyzy
e5faffedfc
Keep hover open when increase hover verbosity or decrease hover verbosity actions are triggered (#211331)
* checking that the increase or decrease actions are not called either

* renaming the variable to better represent its meaning
2024-04-25 14:54:29 +02:00
Sandeep Somavarapu
34e1f76c49
fix #210119 (#211340) 2024-04-25 13:27:43 +02:00
Martin Aeschlimann
ea618796e8
Breakpoint with stackframe should use debugStackframeDot (#211335) 2024-04-25 13:07:01 +02:00
Sandeep Somavarapu
393186e266
Revert "fix #210999 (#211326)" (#211333)
This reverts commit aaf767a660.
2024-04-25 12:38:06 +02:00
Sandeep Somavarapu
caad30bae7
fix #211216 (#211332) 2024-04-25 12:33:19 +02:00
Benjamin Christopher Simmonds
d4a41934a6
Fix wrong use of disposables (#211328)
fix #211096
2024-04-25 12:22:25 +02:00
Martin Aeschlimann
9c7f30b0a8
Cannot read properties of undefined (reading 'localeCompare') (#211329)
* Cannot read properties of undefined (reading 'localeCompare')

* remove unused import
2024-04-25 12:22:01 +02:00
Justin Chen
a8823c333e
telemetry for lightbulb and move to code actions (#211323)
* first pass on new telemetry

* change click condition to when there are 2 or fewer code actions, list out the code actions

* remove excessive calls

* cleanup

* also log the code action providers

* change owner to me

* change title to provider
2024-04-25 12:16:45 +02:00
Alex Ross
84d2ef91c5
TreeView reveal gets stuck if onDidChangeTreeData was fired with empty array (#211327)
Fixes #209043
2024-04-25 12:05:25 +02:00