Commit graph

111013 commits

Author SHA1 Message Date
Rickey K. Liang 2ff3c9a7e7
Revert Python docstring color (#184938)
Revert b4368691e9

all color themes: treat comment docstrings as comments too (#182162)
2023-07-10 14:48:51 +02:00
Henning Dieterichs 68a99e2f46
Fixes inline completion/suggest widget issue. (#187458) 2023-07-10 14:27:07 +02:00
Alex Ross b7b88e4dbb
Opt the team into the new create PR view (#187434) 2023-07-10 12:19:33 +02:00
Henning Dieterichs 293e46b360
Fixes #187153 (#187289) 2023-07-10 11:24:03 +02:00
Henning Dieterichs 71935eff90
Fixes https://github.com/microsoft/monaco-editor/issues/4021 (#187318) 2023-07-10 11:11:34 +02:00
Alex Ross 00db67e440
Skip failing integration tests (#187424)
Part of #187245
2023-07-10 11:07:58 +02:00
dependabot[bot] 8c8e8600b6
Bump semver from 5.5.1 to 7.5.2 in /extensions/typescript-language-features (#185968)
Bump semver in /extensions/typescript-language-features

Bumps [semver](https://github.com/npm/node-semver) from 5.5.1 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.5.1...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 10:05:01 +02:00
dependabot[bot] dccc793f79
Bump tough-cookie from 4.0.0 to 4.1.3 (#187385)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 10:04:17 +02:00
dependabot[bot] afacb63ab5
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/notebook-renderers (#187410)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 10:03:51 +02:00
João Moreno 5150ef0ce7
disable tests on win32-ia32 (#187313) 2023-07-07 15:47:05 -07:00
Viknet 19a9638293
resolvers: fallback to one authority when resolving nesting remote authorities fail (#187276)
* resolvers: fallback to the old behaviour for nesting remote authorities

* style fix

* log warning

* improve error handling v2

* fix condition
2023-07-07 22:07:50 +00:00
Megan Rogge 7368c66dd6
Merge pull request #187323 from microsoft/merogge/cycle
remove task ref from terminal
2023-07-07 14:23:46 -07:00
meganrogge 9a66500567
fix #187088 2023-07-07 13:40:42 -07:00
Aaron Munger e55c82224d
Merge pull request #187302 from microsoft/aamunger/dirtyNotebooks
treat 'soon to be auto-saved' as saving
2023-07-07 12:02:49 -07:00
João Moreno 020b2d5c8e
Make sure shift on Windows/Linux only works when hovering (#187308)
fixes #187265
2023-07-07 21:02:36 +02:00
Henning Dieterichs 32e968cb4c
Merge pull request #136577 from ssigwart/singleLineDeindent
Fix single line if/else and loop indentation for Typescript and PHP
2023-07-07 20:56:10 +02:00
Henning Dieterichs 8f58654757
Fixes #184848 (#187306) 2023-07-07 11:47:17 -07:00
João Moreno 0917209e9a
Always publish build artifacts, if built (#187134)
* always publish build artifacts, if built

fixes #187122

* fix windows build

* fix builds

* fix

* more fixes

* further debug

* fix yarn

* remove debug

* remove 7zip dependency

* fix snap
2023-07-07 11:45:35 -07:00
Sandeep Somavarapu ad791ef3d2
fix installing extension from CLI (#187305) 2023-07-07 20:42:45 +02:00
Aaron Munger 54064e1e53
Merge branch 'main' into aamunger/dirtyNotebooks 2023-07-07 11:33:02 -07:00
Henning Dieterichs fd63cf62b9
Merge branch 'main' into singleLineDeindent 2023-07-07 20:30:51 +02:00
Daniel Imms b2ab524467
Merge pull request #187285 from microsoft/tyriar/187282
Ensure layout info is fetched from the pty host on reconnects
2023-07-07 11:28:41 -07:00
Henning Dieterichs 9e390f32b4
Fixes #186393 (#187295) 2023-07-07 20:28:14 +02:00
Joyce Er 437342409b
Force new window for remote -> local Continue On (#187301)
Force new window for remote -> local clone
2023-07-07 20:27:09 +02:00
Aaron Munger 66b0f92840 treat soon to be saved by auto-save as saving 2023-07-07 11:08:51 -07:00
Henning Dieterichs e954d50a4c
Fixes #187140 (#187291) 2023-07-07 20:02:26 +02:00
Christof Marti e1338bd060 Update to @vscode/proxy-agent 0.15.0 2023-07-07 19:34:37 +02:00
Daniel Imms dc189ed8c3
Ensure layout info is fetched from the pty host on reconnects
Fixes #187282
2023-07-07 09:54:08 -07:00
Daniel Imms 4b2f5dcf6a
Merge pull request #187187 from microsoft/tyriar/187080
Add workspace id to terminal logs
2023-07-07 09:07:30 -07:00
Daniel Imms 968379f4ee
Merge pull request #187281 from microsoft/tyriar/187274
Log latency stats and remove old unused latency mechanism
2023-07-07 08:54:13 -07:00
Daniel Imms 6ea4677f14
Make ptyhostservice label consistent 2023-07-07 08:39:10 -07:00
Daniel Imms f639cabe2d
Log latency stats and remove old unused latency mechanism
Fixes #187274
2023-07-07 08:33:46 -07:00
Henning Dieterichs d1ae8a6ecc
Inline Completions: Implements yieldsTo (#187156)
Fixes #https://github.com/microsoft/vscode-internalbacklog/issues/4055
2023-07-07 16:29:09 +02:00
Henning Dieterichs e7776fdf9c
Fixes #186402 (#187184) 2023-07-07 14:42:49 +02:00
Christof Marti 4c1e4bb5c5 Allow additional socks schemes (#158669) 2023-07-07 14:09:57 +02:00
Sandeep Somavarapu 91749da589
use troubleshoot command for confirmation needed action (#187244) 2023-07-07 11:09:19 +02:00
Johannes Rieken c217907d81
Merge pull request #183841 from mroch/patch-1
fix [object Object] in invalid decorator warning
2023-07-07 11:08:54 +02:00
Andrea Mah fa37b611fe
search: fix resources with trailing slash (#187106)
* search resources with trailing slash in root
2023-07-06 23:57:51 -07:00
Rob Lourens 2f2bc05fde
Don't log when not actually persisting sessions (#187214) 2023-07-06 23:56:43 -07:00
Henning Dieterichs 31f183271b
Fixes #187194 (#187211) 2023-07-06 17:05:55 -07:00
Peng Lyu 7ffb51f988
Avoid kernel picker progress when kernel extensions are disabled (#187210) 2023-07-06 17:05:04 -07:00
Raymond Zhao 13b90156ab
Strengthen Emmet tests (#187204) 2023-07-06 16:14:29 -07:00
Connor Peet 7061dbd1d2
debug: bump companion to 1.1.2 (#187203) 2023-07-07 00:47:50 +02:00
Peng Lyu 79ec05cb73
Merge pull request #187189 from microsoft/rebornix/excessive-cheetah
Register the notebook remote save setting
2023-07-06 14:57:10 -07:00
Connor Peet 30fde0d369
fix: stall on "starting new singleton" on linux if keychain blocks (#187182)
Adds a 5s timeout to keychain access on Linux. We had an issue about this a long time ago, but I never repro'd it until today and can't find the original...

If this timeout is hit, it'll fall back to the file-based keychain.
2023-07-06 23:49:31 +02:00
Henning Dieterichs eec239dc35
Fixes #187164 (#187192) 2023-07-06 14:17:43 -07:00
Daniel Imms f632275e42
Merge pull request #187183 from microsoft/tyriar/187176
Use a const enum for all remote terminal channel messages
2023-07-06 13:04:30 -07:00
rebornix 3f96146561
Register the notebook remote save setting 2023-07-06 12:52:20 -07:00
Daniel Imms a50fca3193
Clarify it's talking about the type never 2023-07-06 12:45:12 -07:00
Daniel Imms 1391e9a686
Add workspace id to terminal logs
Fixes #187080
2023-07-06 12:41:03 -07:00