Commit graph

103794 commits

Author SHA1 Message Date
Daniel Imms 0bba0c2f18
Merge pull request #169172 from microsoft/tyriar/159696
Move local file row/col extraction to new suffix helper
2022-12-14 12:20:13 -08:00
Daniel Imms 969e540803
Only replace cursor position if the link specified a line 2022-12-14 12:05:15 -08:00
Daniel Imms 974a23c699
Fix compile 2022-12-14 12:02:56 -08:00
Daniel Imms 59aebc6759
Move local file row/col extraction to new suffix helper
Fixes #159696
2022-12-14 11:59:34 -08:00
Daniel Imms e122d6df0b
Basic support for URIs with an authority in terminal links
Fixes #163545
2022-12-14 11:44:30 -08:00
Megan Rogge 873e18a69c
remove log (#169161)
fix #168936
2022-12-14 13:18:29 -06:00
SteVen Batten 8665e19d54
add set to null (#169167) 2022-12-14 19:16:29 +00:00
Martin Aeschlimann 2f9718ee0c
[themes] No message when browsing for themes with no internet connection (#169165) 2022-12-14 19:11:51 +00:00
Connor Peet 82b239204c
cli: print oauth errors better, respect slow_down (#169164)
For diagnosing https://github.com/microsoft/vscode/issues/169066
2022-12-14 14:06:24 -05:00
Peng Lyu 391acf8149
fix #165626. (#169160) 2022-12-14 19:34:58 +01:00
David Dossett f90e85424f
Fix high contrast theme rule in template string (#169158) 2022-12-14 10:33:48 -08:00
SteVen Batten 77c584d9c5
fixes #167758 (#169159) 2022-12-14 19:30:56 +01:00
Daniel Imms ee271348c3
Merge pull request #169064 from microsoft/tyriar/169057
Use fs case sensitivity for cwdFolder compare
2022-12-14 10:25:13 -08:00
David Dossett 2612d86f29
Show border on active input options (#169156)
* Show border on active input options

* Update v2 dark theme color
2022-12-14 12:18:16 -06:00
Daniel Imms f8bc054b44
remove unused import 2022-12-14 10:08:40 -08:00
Megan Rogge ace53e6208
delete anonymous marker from map (#169147)
delete marker from map
2022-12-14 12:03:11 -06:00
Sandeep Somavarapu 0d97835c48
fix #91490 (#169153) 2022-12-14 18:33:37 +01:00
Johannes Rieken 4f725f7989
add schema/docs for editor.suggest.selectQuickSuggestions setting (#169145)
* add schema/docs for `editor.suggest.selectQuickSuggestions` setting

https://github.com/microsoft/vscode/issues/139825

* tweaks
2022-12-14 18:12:58 +01:00
Sandeep Somavarapu 42bda0c8b2
Fix #93322 (#169146) 2022-12-14 17:56:11 +01:00
Connor Peet 812f54be67
debug: allow orphans to outlive their parents (#169074)
Previously, if a parent session was terminated but its children lived on,
the UI would get into a broken state. Talking with @roblourens, we
should probably support this, and doing so was disturbingly easy...

This PR unsets `parentSession` on the children when their parent is
terminated. Generally `session.parentSession` was only checked and used
synchronously, for example in the debug console switcher command. The
area where this wasn't the case was in the REPLs. If a child previously
merged its repl with its parent, then we'll clone the parent's repl
and detach it into each child; I think keeping them connected would
likely be confusing.

The other change I tentatively put forward, is only bubbling restart and
stop commands to the parent if `session.lifecycleManagedByParent` is
true. I think this is more 'correct' but may result in surprising
behavior for DA's who haven't yet adopted that property (like
Python https://github.com/microsoft/vscode-python/issues/20376)

Fixes https://github.com/microsoft/vscode/issues/130941
Fixes https://github.com/microsoft/vscode/issues/164553
2022-12-14 08:52:13 -08:00
易良 2e667df914
Toggle Editor Layout should hidden when there is … (#167747)
fix: Fixed #167745, Toggle Editor Layout should hidden when there is only one editor group
2022-12-14 11:50:45 -05:00
Johannes Rieken 9d99269592
Merge pull request #169138 from microsoft/joh/sourceMaps-mangleProps
Generate source maps for TS property mangling
2022-12-14 17:49:47 +01:00
Daniel Imms 165559ba3b
Remove test that didn't seem to do what it was meant to 2022-12-14 08:43:57 -08:00
Megan Rogge a11aa0ff0c
Merge branch 'main' into shell-integration/automatic/fish 2022-12-14 10:06:04 -06:00
Matt Bierner d736ca90ea
User proper markdown parser to compute cell folding (#169069)
Fixes #158440
2022-12-14 07:29:34 -08:00
Raymond Zhao b7717f96cb
Fix terminal locale handling (#169068)
Switch back to using app.getLocale()
2022-12-14 09:19:13 -06:00
meganrogge d5f7f2b585
Merge branch 'main' into pr/rwe/165581 2022-12-14 09:13:14 -06:00
Johannes 0d5f87e9dd
change source map merge logic to be like applying line edits to the typescript source maps (based on the input source maps) 2022-12-14 15:57:55 +01:00
dependabot[bot] c6df3c9968
Bump actions/setup-python from 2 to 4 (#164181)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 09:42:14 -05:00
Ladislau Szomoru c78d585895
Git - Disable git status bar items while commit is running (#169133)
Disable git status bar items while commit is running
2022-12-14 15:35:47 +01:00
Martin Aeschlimann 886314c6c5
[folding] Consider renaming "Create manual folding range from selection" (#169132) 2022-12-14 15:33:23 +01:00
Alexandru Dima b4214c3968
Do not focus the editor when the context menu is hidden (#169131)
Do not focus the editor when the context menu is hidden (#167758)
2022-12-14 15:28:46 +01:00
João Moreno 5a81b72613
💄 move release notes checkbox further down (#169129)
polishes #110507
2022-12-14 15:15:01 +01:00
Sandeep Somavarapu 39f0d26deb
Fix #121804 (#169128) 2022-12-14 14:51:09 +01:00
Anthony Stewart 682e3d2e47
Specify window consistently with matchMedia calls in browser.ts (#164020)
Co-authored-by: Christof Marti <chrmarti@microsoft.com>
2022-12-14 05:28:25 -08:00
Ladislau Szomoru eb2e52b6f8
Git - Disable git commands while commit is in progress (#169124)
Disable git commands while commit is in progress
2022-12-14 13:30:08 +01:00
João Moreno 4f453cfa46
fixes #169120 (#169122) 2022-12-14 13:09:38 +01:00
Sandeep Somavarapu 408e7d9ae4
Fix #169006 (#169056) 2022-12-14 03:59:12 -08:00
Alex Ross fcb4dd3b18
Try out new shellscript grammar! (#169118)
Part of #77675
2022-12-14 12:52:31 +01:00
Johannes 59f0d9c20e
fix ts2ts source map generation 2022-12-14 12:22:56 +01:00
Alexandru Dima 8b939ad54b
Add cursorSmoothCaretAnimation: explicit (#169113)
Fixes #168857: Add `cursorSmoothCaretAnimation: explicit`
2022-12-14 11:23:26 +01:00
SteVen Batten ed36fc536a
update path version to node 16.14.2 (#169028)
+fix unit tests
2022-12-14 08:32:06 +01:00
weartist e0bd4e904c support process explorer remember it's location and dimensions 2022-12-14 14:11:11 +08:00
Joyce Er b1c75e6e67
Update current milestone name in GH notebooks (#169087)
Update current milestone name
2022-12-14 06:48:45 +01:00
Rob Lourens d9c24c7cb8
Tweak new context key name (#169084)
From #169077
2022-12-14 06:05:25 +01:00
MonadChains 61605dd479
Enable breakpoints view when debug has been launched at least once (#169077) 2022-12-13 20:46:47 -08:00
Megan Rogge 6627db20b8
fix rerun task issue (#169052) 2022-12-13 19:49:42 -06:00
Tyler James Leonhardt 342a1f4f52
Don't run the local server option if we are running in remote (#169076)
Additionally improve the conditional for device code flow.

ref #168338
2022-12-13 17:18:25 -08:00
Tyler James Leonhardt cd744cab40
Preserve the undefined value and don't overwrite it (#169073)
This is kinda confusing... because the property doesn't really match the `"workbench.quickOpen.preserveInput": true` setting behavior.

But I _think_ `preserveValue` here means... ensure that whatever I pass in as the first parameter of this `show(...)` function gets to be the value at the end of the day and _don't_ overwrite it with any previous value.

cc @bpasero for context.

Fixes #169058
2022-12-13 17:08:44 -08:00
Bhavya U e667524815
Fix typo in built-in walkthrough (#168890) 2022-12-13 15:17:42 -08:00