Matt Bierner
113287ccc3
Don't treat escaped markdown reference links as links ( #149407 )
...
Fixes #149406
Make sure that escaping the leading `[` of a reference link means it is not considered a link
- Picks up new grammar with fixes
- Updates our document link provider to also not consider these as link
2022-05-12 19:35:36 -07:00
Jackson Kearl
9e8b4e53ba
Add PR Chat ( #149389 )
...
* Add PR Chat action
* Temporarily switch to build to verify chat
* Switch to codereview channel
* use stable version of actions
2022-05-12 16:25:58 -07:00
Matt Bierner
a075453e55
Clean up the markdown document link provider tests ( #149405 )
...
- Use `joinLines` instead of
- Inline document text
- Always use `example.com`
- Move issue numbers into test titles
- Clean up text
2022-05-12 16:01:51 -07:00
Matt Bierner
5485b8e215
Include `"` and '/' as puctuators for slugify ( #149404 )
...
We already include `'` and `/` makes sense to treat as a puctuator too for titles such as `# do A / B`
2022-05-12 15:56:25 -07:00
Matt Bierner
4923404e98
Don't include leading `@` in JS/TS completion word range ( #149400 )
...
Fixes #149385
2022-05-12 15:22:18 -07:00
Megan Rogge
9b7577420d
Fix #148957 ( #149392 )
2022-05-12 14:24:28 -07:00
Johannes Rieken
4aa56a627e
Merge pull request #149375 from microsoft/joh/notable-chinchilla
2022-05-12 22:16:51 +02:00
Johannes
e2ac771f9a
fix compile error
2022-05-12 20:38:45 +02:00
Rob Lourens
948711473e
Rename "Select environment" to "Select debugger. Towards #146338 ( #149377 )
2022-05-12 10:54:50 -07:00
Matt Bierner
2e0cd6b862
Add comments to notebook editor API ( #149273 )
...
Also:
- Updates the issue number
- Remove a todo comment about renaming a property. I think the current name is ok but we can revisit this
2022-05-12 10:38:54 -07:00
Johannes
9820e77175
up font size to 12px
2022-05-12 19:12:01 +02:00
Johannes
18269f744d
define and use theme colors for title menu
2022-05-12 19:06:24 +02:00
Johannes
7f3b000833
* make `ILayoutService#offset` return general `top` and specific `quickPickTop`
...
* improve ergonomics of `ILayoutService#offset`
* Use new `quickPickTop` to overlay title bar part when title menu is enabled
* hide title menu whenever quick pick shows to avoid unwanted overlap
* extract title menu into its own file
2022-05-12 17:50:15 +02:00
Sandeep Somavarapu
ab295bdc85
Web: Support installing VSIX from local machine ( #149364 )
...
- Using command Install From VSIX...
- Using DnD into extensions view
2022-05-12 16:35:49 +02:00
Johannes
bd60885c5b
cleanup: no more need for keybindings service
2022-05-12 16:35:35 +02:00
Johannes
464e6b1616
show workspace title inside "input like button", move other quick pick options into normal dropdown menu
2022-05-12 16:31:54 +02:00
Alex Ross
14b1a91318
Reply comment is initialized with the last comment's text ( #149354 )
...
Fixes #149352
2022-05-12 07:24:51 -07:00
Alexandru Dima
517d9cfc30
Fixes #148349 : Extract viewport start properties to a separate class ( #149350 )
2022-05-12 14:49:55 +02:00
Sandeep Somavarapu
d209fc34bf
Add title to rating ( #149348 )
...
* fix #148888
* fix #148888
2022-05-12 14:18:19 +02:00
Johannes Rieken
21910da913
Merge pull request #149339 from microsoft/joh/adorable-beaver
2022-05-12 12:32:59 +02:00
Alexandru Dima
7e6911ec59
Fixes #149341 : Set the background image directly on the element style ( #149342 )
2022-05-12 12:32:45 +02:00
Alex Ross
55e23b504b
Fix auto tasks in the browser ( #149331 )
...
* Use workspace folder scheme as task system key for web
* Revert "Use workspace folder scheme as task system key for web"
This reverts commit 7a4dc05059
.
* Don't use vscode-remote scheme for WorkerExtHostTask
* Use workspace folder scheme as task system key for web
2022-05-12 12:32:30 +02:00
Johannes
d9e58c8ce8
mark the title menu region as none-draggable, use high z-index
2022-05-12 12:03:58 +02:00
João Moreno
5854ef865c
Generate policies again ( #149322 )
...
* Generate ADMX/ADML policy declaration files from static analysis
Fixes : #148941
* fix build
* move to optional dependencies
2022-05-12 09:16:03 +02:00
Matt Bierner
67014adc30
Remove the textDocumentNotebook API proposal ( #149277 )
...
* Remove the textDocumentNotebook API proposal
All consumers have now been migrated off of this proposal, so it is safe to remove from our code
* Remove deprecated api usage from test
2022-05-12 08:59:11 +02:00
Robo
624bbc4fb9
chore: update electron@17.4.3 ( #149315 )
2022-05-11 20:41:51 -07:00
Rob Lourens
fbd5e15934
Some terminal launch config args are double-escaped ( #149307 )
...
Fixes #149283
2022-05-11 18:12:45 -07:00
Matt Bierner
93d046904e
Pick up TS 4.7 RC ( #149301 )
...
Also picks up new TS nightly version for building VS Code
2022-05-11 17:34:23 -07:00
Rob Lourens
4696b92523
Can't execute notebook cells ( #149298 )
...
Fixes #149242
2022-05-11 16:10:40 -07:00
Rob Lourens
c571737219
Don't escape launch config args that are only '<' and '>'. Fix #148887 ( #149284 )
2022-05-11 12:57:10 -07:00
Alexandru Dima
2bf6f8e55f
Fixes #146444 : Call `setPointerCapture` with all pointer types, to match the previous mouse drag behavior ( #149281 )
2022-05-11 11:26:05 -07:00
tanhakabir
2872af56af
Expose logger in web embedder API ( #147035 )
...
* Expose output channel in web embedder API
* 💄
* Checkpoint
* Remove file dependency on embedder logs
* Add WebEmbedderLog to manage logging for web embedders
* Make disposable
* Remove diff from main
* - Introduce logger for embedder
- Register log chanel only when logging is attempted
* Add extension name ids to embedder logs
* Create separate top-level domain for embedder logging
Re: https://github.com/microsoft/vscode/pull/147035#discussion_r858316123
* Remove id in embedder logging API
Re: a88bc68f40 (r868971486)
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2022-05-11 09:31:08 -07:00
Alexandru Dima
2297ad5c54
Fixes #147732 : Convert incoming URIs or marshalled URIs to strings ( #149266 )
2022-05-11 08:44:58 -07:00
Ladislau Szomoru
49bdd857c4
Remove PR trigger ( #149265 )
2022-05-11 17:26:15 +02:00
Alexandru Dima
22f22cfdf1
Avoid using CSS variables for background images because they aren't fetched through the service worker in Safari ( #149259 )
...
* Fixes #149256 : Avoid using CSS variables for background images because they aren't fetched through the service worker in Safari
* Fix compilation errors
2022-05-11 17:12:40 +02:00
Alex Ross
643624035a
Drag & drop from tree item with no valid data still triggers editor drop zone and split view drop zone behaviours ( #149261 )
...
Fixes #148622
2022-05-11 17:07:45 +02:00
Alexandru Dima
66fccc7ebf
Merge pull request #146866 from dlech/patch-9
...
allow null in ICodeEditor.restoreViewState()
2022-05-11 16:59:29 +02:00
Alexandru Dima
0175770dc3
Fixes #147978 : Remove throttling from mouse move listeners ( #149252 )
2022-05-11 07:47:11 -07:00
David Lechner
816047831e
more instances
2022-05-11 15:09:16 +02:00
David Lechner
8bfeb84fe0
allow null in ICodeEditor.restoreViewState()
...
This changes the state parameter type of `ICodeEditor.restoreViewState()` to match the return type of `ICodeEditor.saveViewState()` ([source](3698a0b247/src/vs/monaco.d.ts (L2354)
)).
The implementing function allows null as seen in [the source](b57db0fc49/src/vs/editor/browser/widget/codeEditorWidget.ts (L995)
).
2022-05-11 15:09:16 +02:00
Ladislau Szomoru
ad36ad0874
Do not trigger the CI workflow automatically. One can still run it manually if needed. ( #149246 )
2022-05-11 04:45:45 -07:00
Ladislau Szomoru
2a9f19d36f
Engineering - create pull request pipeline ( #149171 )
2022-05-11 03:08:54 -07:00
Sandeep Somavarapu
85e416ba16
show action to switch to release ( #149244 )
2022-05-11 10:06:38 +00:00
Ladislau Szomoru
3549cf9f3a
Enable random branch creation ( #149241 )
2022-05-11 09:43:34 +00:00
Alex Ross
9fe391d5eb
Add squash as default merge method ( #149237 )
2022-05-11 11:04:32 +02:00
Sandeep Somavarapu
6e99f7993c
Merge pull request #149230 from microsoft/sandy081/148933
...
Show pre-releases if opted in for pre-release
2022-05-11 09:54:03 +02:00
João Moreno
93ddae5242
allow createSerializedGrid to provide leaf node data ( #149167 )
2022-05-11 09:40:32 +02:00
SteVen Batten
3dff256a53
fixes #148899 ( #149182 )
2022-05-11 09:28:18 +02:00
Sandeep Somavarapu
194eb68a7f
fix #148933
2022-05-11 09:14:58 +02:00
Joyce Er
087b46bb20
Bump distro ( #149218 )
2022-05-10 23:20:41 -07:00