Ulugbek Abdullaev
b082f18ff8
rename suggestions: add telemetry to capture time before first input-field edit
2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
e94bb7770b
rename suggestions: fix: reset isEditingRenameCandidate when rename-candidate focus changes or one is selected
2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
102349e869
rename suggestions: refactor: shuffle around class fields for readability
2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev
74e41997fc
rename suggestions: refactor: move stats to a proper object instead of inlining them into result
2024-03-18 23:38:15 +01:00
Michael Lively and GitHub
a3af971b72
Add setting to exclude non-header md cells from notebook outline view ( #207771 )
...
* setting to exclude non-header md entries
* fix stickyscroll early return when we lose outlineEntry for non-header md cell
* change setting name and behavior to match
* add toggle non-header menu item
2024-03-18 14:24:02 -07:00
Ulugbek Abdullaev
091ad6b40e
rename suggestions: fix: set selection in rename input field to initial selection in editor
2024-03-18 22:20:43 +01:00
Matt Bierner and GitHub
18d118aaf5
Pick up latest TS for building VS Code ( #208041 )
2024-03-18 22:12:00 +01:00
Daniel Imms and GitHub
b3701a9d89
Merge pull request #208036 from microsoft/tyriar/199611
...
Enable shell integration in hidden terminals
2024-03-18 12:57:56 -07:00
Michael Lively and GitHub
cf9f2452e7
Add Filter menu to notebook outline view ( #208034 )
...
add entry filter menu to notebook outline
2024-03-18 12:55:20 -07:00
Johannes
82dd541e3d
- progress bar is defined by request start/stop
...
- agent clue makes response objects
2024-03-18 20:03:23 +01:00
Sandeep Somavarapu and GitHub
b356bddcac
make the setting application scoped ( #208035 )
2024-03-18 20:01:31 +01:00
Daniel Imms
f5f392c2c4
Enable shell integration in hidden terminals
...
As I understand it, hidden terminals were always exempty from shell
integration because hidden terminals were thought of as private to an
extension in a way, and also since they probably weren't going to be
interacted with. Especially since the introduction of the environment
variable collection API I think we should change this decision, not
doing so will lead to weirdness for extensions where hidden ones (which
may be shown later) aren't fully featured and get inconsistent envs.
Fixes #199611
Part of #197187
2024-03-18 11:58:22 -07:00
Connor Peet and GitHub
7015a87618
cli: avoid adoption of tunnels with existing host connections ( #208033 )
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/9655
2024-03-18 19:44:07 +01:00
Bhavya U and GitHub
ff15e55781
Clear accounts badge when settings are disabled ( #208028 )
2024-03-18 19:41:49 +01:00
Daniel Imms and GitHub
438bfd29c2
Merge pull request #208030 from microsoft/tyriar/xterm_240318
...
Update xterm.js
2024-03-18 11:15:21 -07:00
Johannes
e5385dac71
- use chat widget also for content widget (shared chat model)
...
- add TextEdits to chat model
- add IChatTextEdit and IChatUsedSlashCommand to chat progress types
- hook up ad-hoc agent to inline chat session (no more custom commands)
- add new `State.SHOW_REQUEST` state for when new requests are made
2024-03-18 19:12:44 +01:00
Matt Bierner and GitHub
6ab9dd8ff1
Suppress extension diagnostics in code blocks ( #207754 )
...
May re-enable in the future. Also we can't simply disable the markers feature as this also turns off a number of useful markers for stuff like go to def
2024-03-18 10:57:25 -07:00
Sandeep Somavarapu and GitHub
1b1b41c41b
report extension signature telemetry ( #208027 )
2024-03-18 10:44:33 -07:00
Daniel Imms
16b2e2d68e
Update xterm.js
...
Fixes a glyph scaling issue among other minor things
2024-03-18 10:30:57 -07:00
Sandeep Somavarapu and GitHub
987d9282e8
make workspace extensions feature experimental and insiders only ( #208021 )
...
* make workspace extensions feature experimental and insiders only
* fix tests
2024-03-18 18:13:29 +01:00
Aiday Marlen Kyzy
d5f5d2212a
adding more tests
2024-03-18 18:10:22 +01:00
Benjamin Christopher Simmonds and GitHub
c202946237
Scroll Locking Improvements ( #208023 )
...
scroll locking improvements
2024-03-18 17:13:03 +01:00
Henning Dieterichs and Henning Dieterichs
484fd56d48
Fixes arrow positioning.
2024-03-18 17:08:21 +01:00
Don Jayamanne and GitHub
3242621276
Remove unwanted vscode property when not required ( #208014 )
2024-03-18 08:50:28 -07:00
Aiday Marlen Kyzy
f71d90f052
using again the initial split, because currently not able to combine the tests
2024-03-18 16:17:22 +01:00
b356b209a5
cli: add --server-base-path flag to code serve-web command ( #207932 )
...
* feat(cli): add --server-base-path flag to `code serve-web` command
* fix clippy
* fmt
---------
Co-authored-by: navigaid <navigaid@gmail.com >
2024-03-18 08:12:08 -07:00
Robo and GitHub
c45557f69b
chore: update server detection script for legacy server ( #208000 )
...
* chore: update server detection script for legacy server
* chore: address review feedback
2024-03-18 16:09:27 +01:00
Ladislau Szomoru and GitHub
010f4fc3cb
SCM - fix input widget height on first render ( #208017 )
...
* Source Control - fix commit input height on first render
* Remove debug messaged
2024-03-18 16:00:23 +01:00
Don Jayamanne and GitHub
19a78385c7
Remove custom property from nb and cell metadata ( #207995 )
2024-03-18 15:01:04 +01:00
Benjamin Pasero and GitHub
e752296594
aux window - change to an action for when custom editor fails to open ( #208004 )
2024-03-18 14:49:55 +01:00
Ulugbek Abdullaev
7451929c7e
rename suggestions: polish new UX & update telemetry 'source' field to reflect that now the source can be combination of copilot rename suggestion and user edit; should we add similarity check?
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
dda59c2328
rename suggestions: fix: clear focused rename suggestion when input field changes
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
40565ce894
rename suggestions: feat: implement new UX
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
04f0647a59
rename suggestions: fix: arrow up works always
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
3de62000fd
rename suggestions: refactor: use a DeferredPromise
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
1fb761447d
rename suggestions: refactor: better name
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
f219b35392
rename suggestions: refactor: don't apply editor font to rename input field label because it's 'workbench' font
2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev
84bb33091b
rename suggestions: refactor: don't use a setter for a method mutating stuff
2024-03-18 14:36:30 +01:00
Johannes
8db31dfc5d
wip
2024-03-18 14:18:32 +01:00
Henning Dieterichs and Henning Dieterichs
889093bb7a
Fixes diff gutter styling issues
...
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com >
2024-03-18 13:16:10 +01:00
Johannes
45f50d555e
- tweak content height and layouting challenges
...
- filter first request
2024-03-18 12:45:43 +01:00
Robo and GitHub
7c21685343
fix: legacy server stage dependency for CI builds ( #207994 )
2024-03-18 12:12:23 +01:00
Don Jayamanne and GitHub
1b4e4196b0
Better timeline title for cell metadata changes ( #207972 )
2024-03-18 12:02:41 +01:00
Benjamin Pasero and GitHub
568fe88e69
aux window - try to mitigate custom editor claim across windows ( #207992 )
2024-03-18 11:37:18 +01:00
Johannes
51f87fb054
tweak messages for changes
2024-03-18 11:19:13 +01:00
Sandeep Somavarapu and GitHub
e1ce54ff03
fix installing and watching workspace extensions ( #207983 )
...
* fix installing and watching workspace extensions
* fix tests and debounde listening
2024-03-18 11:11:40 +01:00
Robo and GitHub
1413fc87a7
feat: create and upload legacy remote server ( #204139 )
2024-03-18 11:09:55 +01:00
Johannes
7134b79e74
fix post-merge compile error
2024-03-18 09:51:15 +01:00
c800bf9216
Introduce minimap section headers, a la Xcode ( #190759 )
...
* WIP for adding minimap section headers for #74843
* Get section headers rendering
* Fix default value of section header font size
* Fix tests
* Improve section header position
* Fix separator display, update after config change
* Split too-long headers with an ellipsis
* Render section headers on the decorations canvas
* Support MARK with just a separator line
* Calculate minimap section headers asynchronously
* Simplify change
* Avoid font variable duplication
* Fix issue introduced earlier
* Recompute section headers when the language configuration changes
* Fix problem in constructing region header range
* Parse mark headers in the entire file and then filter out the ones not appearing in comments on the UI side, where tokens info is available
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-18 08:49:27 +00:00
Benjamin Christopher Simmonds and GitHub
cda53a0627
Add single view pane container title support ( #207816 )
...
Chat title
2024-03-18 09:49:23 +01:00