Alex Ross
d77e53a2b3
Update shellscript grammar ( #179758 )
2023-04-12 13:39:51 +01:00
Ladislau Szomoru
a1eb9e2b48
Git - implement branch protection provider ( #179752 )
...
* Branch protection using settings is working
* Revert extension api changes
* Refactor code
2023-04-12 08:48:29 +01:00
Matt Bierner
8db8e63b44
Pick up latest TS for building VS Code ( #179714 )
2023-04-11 14:50:16 -07:00
Matt Bierner
d6f23042e3
Log uri as a string instead of as an object ( #179721 )
2023-04-11 14:19:12 -07:00
Matt Bierner
e9262678fa
Add drop feedback UX ( #179434 )
...
For #179430
Adds two new UX components:
- An inline progress icon shown when a drop operation takes over 500ms. This replaces the notification. You can click on it to cancel the drop
- Post drop, a drop feedback icon that lets you drop the file in a different way. This lets you drop the file as plain text for instance instead of as a markdown link
2023-04-11 13:48:24 -07:00
Matt Bierner
5d3f960b67
Nicely format logged objects ( #179405 )
...
Follow up oin https://github.com/microsoft/vscode/issues/176479#issuecomment-1498597499
This uses JSON.stringify to format objects that are logged. Currently they are all printed as a single line without any whitespace
2023-04-11 13:04:44 -07:00
易良
e9baeb3608
fix: typos ( #179581 )
2023-04-11 09:20:38 -07:00
Matt Bierner
a58d9dc08f
Update linked editing file name ( #179643 )
...
Also make sure we are enabled in all syntax files
2023-04-10 15:55:44 -07:00
Matt Bierner
06659f0ba9
Add stubs for jsx linked editing ( #176279 )
...
* Add stubs jsx linked editing
For https://github.com/microsoft/TypeScript/issues/51832
* Update for new TS changes
* Update to finalized protocol
2023-04-10 23:32:09 +01:00
Joyce Er
812f3f5fc4
Insert <video> tag for shift+mp4 into .md ( #179489 )
...
* Insert `<video>` tag for `shift`+mp4 into .md
* Simpler drop text
2023-04-10 15:30:34 -07:00
Matt Bierner
58d7595154
Pick up TS 5.0.4 ( #179618 )
...
For #179616
2023-04-10 10:54:54 -07:00
Raymond Zhao
8e89509008
Fix notebook-renderers compile error ( #179506 )
2023-04-10 10:01:12 -07:00
Brandon Waterloo [MSFT]
f9d14d68fb
Support sovereign/custom clouds in microsoft authentication provider ( #178725 )
2023-04-07 16:38:38 -07:00
Matt Bierner
e0ebb7b740
Make script blocks respect js/ts.implicitProjectConfig.strictNullChecks ( #179333 )
...
Fixes #179331
Also fixes experimental decorators for script blocks
2023-04-06 15:59:44 +02:00
Joyce Er
413f98e499
Implicitly activate only main language contribs ( #179287 )
2023-04-06 10:12:17 +02:00
Andrew Branch
117668153b
[typescript-language-features] Support replacing Go to Definition with Go to Source Definition by preference ( #178840 )
...
* Add preference for replacing Go to Definition with Go to Source Definition
* Support replacing Go to Definition with Go to Source Definition by preference
* Predicate call on TS version
2023-04-05 21:17:01 +00:00
Matt Bierner
fff3860de9
Always use vscode-textCodeBlock-background in rendered markdown ( #179313 )
...
Use vscode-textCodeBlock-background in rendered markdown
Fixes #179219
2023-04-05 23:02:22 +02:00
Aaron Munger
8d69fc71b7
Merge branch 'main' into aamunger/toggleScrolling
2023-04-05 12:40:48 -07:00
Michael Lively
ff55375896
Add support for attachment cleaning on notebook save ( #179178 )
...
* support for `onWillSave` + debounce rework
* dispose of delayer + tabs not spaces...
* adjust for API naming change, rm proposal refs
2023-04-05 11:44:52 -07:00
aamunger
c21478e430
small padding
2023-04-05 11:08:09 -07:00
aamunger
c60f757130
updated truncation comment styling
2023-04-05 11:08:08 -07:00
aamunger
d722674f02
updated comment
2023-04-05 11:08:06 -07:00
aamunger
b7a495cdb8
adjust output truncation message
2023-04-05 11:08:04 -07:00
aamunger
8d55402690
toggle scrollable outputs by cell
2023-04-05 11:08:01 -07:00
Matt Bierner
cc69fb1aad
Switch TS ext to use LogOutputChannel ( #179205 )
...
Fixes #176479
2023-04-05 10:44:21 -07:00
Daniel Rosenwasser
93026118c5
Remove Node.js walkthrough/getting started guide ( #176325 )
...
Remove Node.js walkthrough/getting started.
Co-authored-by: Matt Bierner <matb@microsoft.com >
2023-04-04 15:27:13 -07:00
Joyce Er
1db062d188
Finalize editor/lineNumber/context menu ( #179168 )
2023-04-04 23:27:51 +02:00
Joyce Er
602c01b268
Encode filepaths with whitespace in links ( #179167 )
2023-04-04 23:27:40 +02:00
Ladislau Szomoru
20aee57124
Git - better validation for the branchProtection setting ( #179183 )
2023-04-04 23:10:17 +02:00
Martin Aeschlimann
92b87b0fd5
[html] files.insertFinalNewline affects embedded styles ( #179118 )
2023-04-04 12:55:17 +02:00
Benjamin Pasero
f481836a89
🆙 esbuild@0.17.14 ( #178664 )
2023-04-04 12:43:16 +02:00
Joyce Er
eb57ab314b
vscode.dev links should be head links ( #179074 )
2023-04-03 19:48:02 -07:00
Matt Bierner
0461b885d5
Update JS/TS grammar ( #179069 )
2023-04-04 00:56:01 +02:00
Matt Bierner
4126b98d1b
Add working directory for md server publish ( #179027 )
2023-04-03 10:01:51 -07:00
Martin Aeschlimann
59608d3aee
Update webpack, css/file & style loaders ( #179008 )
2023-04-03 16:10:40 +02:00
Matt Bierner
b9202b6408
Use better names in js/ts text rendering ( #178711 )
...
Use better names
2023-03-30 21:10:51 +02:00
Teddy Bradford
b244524d08
Update Markdown preview styles to prevent sub and sup from affecting line height ( #178653 )
...
Prevent `sub` and `sup` from affecting line height
2023-03-30 18:07:18 +00:00
Matt Bierner
15143c24a5
Fix md server build script compile and remove unused test part ( #178635 )
...
* Fix compile and remove unused test script
* Do full install so we pull in gulp
2023-03-29 16:58:39 -07:00
Matt Bierner
0acd272268
Refactor structure of typescript extension ( #178634 )
...
There were way to many files under `util`. This change moves around files to more meaningful locations
2023-03-29 16:54:53 -07:00
Matt Bierner
7095b11615
Set cwd for running md server build ( #178629 )
...
Should make pipeline much faster
2023-03-29 15:22:40 -07:00
Matt Bierner
7a463ec271
Prefer reusing open tabs when opening md links in editors ( #178628 )
...
Fixes #81238
2023-03-29 15:21:31 -07:00
Matt Bierner
af5ef24b52
Use yarn instead in md server build script ( #178622 )
...
Also removes unused API extractor script
2023-03-29 14:46:38 -07:00
Ladislau Szomoru
ae09336f0b
Git - remote picker should hide on blur ( #178612 )
2023-03-29 21:07:09 +02:00
Alex Ross
6ac83c7c7d
Update grammars ( #178508 )
...
* Update grammars
* Update tests
2023-03-29 11:38:06 +02:00
Matt Bierner
ce00cd7812
Add initial prototype for JS/TS move to file refactoring ( #178535 )
...
Add initial support for move to file
Fixes #176705
For https://github.com/microsoft/TypeScript/pull/53542
2023-03-28 16:49:50 -07:00
Matt Bierner
6f5920818a
Bump eslint versions ( #178516 )
2023-03-28 14:16:09 -07:00
Ladislau Szomoru
9e6a369b13
Action button - disable button during checkout ( #178488 )
2023-03-28 21:42:18 +02:00
Matt Bierner
5f328ba75d
Markdown language server 0.3.0 ( #178512 )
...
0.3.0 for markdown language server
2023-03-28 20:14:46 +02:00
最萌小汐
a90c9d0ab6
Update Lua grammar ( #177798 )
2023-03-28 14:34:28 +00:00
Matt Bierner
d490dfe9f7
Disable MD server builds on changes ( #178464 )
...
We will manually trigger builds instead
2023-03-28 09:00:10 +02:00