Alex Ross
22b53c1acf
Add contextualTitle for NPM Scripts
...
Fixes #111994
2021-11-12 11:57:50 +01:00
Ladislau Szomoru
e95c74c4c7
Extract git static contributions into a separate extension
2021-11-12 11:35:35 +01:00
Johannes Rieken
09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
2021-11-12 11:05:57 +01:00
Ladislau Szomoru
4549bd26c7
Extract diff language into its own extension ( #136967 )
2021-11-12 10:59:52 +01:00
Johannes Rieken
a4d426a1c2
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
2021-11-12 09:48:17 +01:00
Tyler Leonhardt
f8b17200c1
refresh more often based on clock skew
2021-11-11 14:24:44 -08:00
Raymond Zhao
023cfc9959
Bump axios
2021-11-11 13:59:22 -08:00
Matt Bierner
40fbc4e89e
Unskip test
2021-11-11 09:20:58 -08:00
Alex Ross
9efa55c419
Improve appearance of NPM scripts tree
...
Fixes #123091
2021-11-11 16:45:00 +01:00
Johannes Rieken
64da3b132b
move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165
2021-11-11 16:21:59 +01:00
Johannes Rieken
edb91ace89
Merge branch 'main' into joh/vscode-dts
2021-11-11 09:30:36 +01:00
Benjamin Pasero
fb48ad43fb
git - make integration tests agnostic to file watcher issues ( #136933 )
2021-11-11 07:50:07 +01:00
Matt Bierner
3a79384dbf
Tempoary skip sometimes flaky tests
2021-11-10 20:28:43 -08:00
Matt Bierner
b911788593
Mark a few more arrays in vscode.d.ts readonly
...
This makes it clear that you can't modify these arrays to add items, such as calling `breakpoints.push(...)` to add a breakpoint
2021-11-10 17:53:27 -08:00
Matt Bierner
4c00e6de08
Adding logging to test
...
For #136738
2021-11-10 16:07:35 -08:00
Matt Bierner
71f615b105
Also compare other attributes for md preview updates
...
Fixes #136816
2021-11-10 14:13:41 -08:00
Johannes Rieken
b9a2b0df1d
Merge branch 'main' into joh/vscode-dts
2021-11-10 17:57:11 +01:00
deepak1556
2b25c6730d
fix: parsing of --ms-enable-electron-run-as-node flag
...
Fixes https://github.com/microsoft/vscode/issues/136837
2021-11-10 23:42:33 +09:00
Johannes Rieken
f7ef73720f
Merge branch 'main' into joh/vscode-dts
2021-11-10 15:36:05 +01:00
Martin Aeschlimann
262f25a211
fix description of html.format.wrapAttributesIndentSize. Fixes #136767
2021-11-10 10:20:46 +01:00
Johannes Rieken
d90dd1355b
Merge branch 'main' into joh/vscode-dts
2021-11-10 08:40:26 +01:00
Benjamin Pasero
bef4dba21f
Parcel update and CI improvements ( #136830 )
...
* 🆙 product
* 🆙 parcel/watcher
* 🆙 parcel/watcher
* tests - separate remote logs from others
* store server logs too
* more tweaks
* fix name
* error when 10s passed
2021-11-10 08:13:56 +01:00
Tyler Leonhardt
dc553d6a3e
add additional logging and awaiting
2021-11-09 20:23:42 -08:00
Matt Bierner
23090cfde3
Force update the md preview when a file on disk changes
2021-11-09 16:14:04 -08:00
Matt Bierner
53c29fc51f
Use inherited font size for markdown codeblocks
...
Testing this out since it can look weird to have code blocks in a small font while the rest of markup is large
2021-11-09 16:14:04 -08:00
Alexandru Dima
e08e4d3fe1
Move --ms-enable-electron-run-as-node to a later location ( #136786 )
...
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it
* undo bad change
2021-11-09 15:11:12 -08:00
Matt Bierner
a4ad395f23
Increase default markup font size
...
For #126294
2021-11-09 14:23:15 -08:00
deepak1556
ac29daaf3b
Fixes #136771 : update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE
2021-11-09 19:09:26 +01:00
Johannes Rieken
68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +01:00
João Moreno
f18b29e132
fix(scm): 🐛 do not await git repo status, just give the repo straight up to scm
...
on repo discovery, the git extension would run `git status` and wait for that to finish before handing out the repository to scm. this was problematic since the scm default repo selection depends on repos being discovered in a timely fashion. there's no reason not to just hand out the repo to scm and let `git status` finish afterwards
Closes : #120089
Closes : #113803
2021-11-09 15:11:16 +01:00
Johannes Rieken
9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
2021-11-09 15:00:03 +01:00
João Moreno
5dfa71a9e8
fix(git): 🐛 git api commands should be registered as contributions
...
Closes : #111658
2021-11-09 13:24:28 +01:00
Matt Bierner
b614fb5db8
Fix highlighting of dollar amount at start of line in md files
...
Fixes #136535
2021-11-08 17:53:52 -08:00
Matt Bierner
0eee604f01
Allow non-word character after inline math code block
...
Fixes #136584
2021-11-08 17:43:46 -08:00
Matt Bierner
d18adf8669
Pick up TS 4.5 RC
...
For #136704
2021-11-08 14:34:21 -08:00
Matt Bierner
8b7aa3c278
Use editor font for markdown codeblocks
...
For #136693
2021-11-08 14:11:59 -08:00
Matt Bierner
5e6d0e1cbb
Initial support for syntax highlighting md code blocks in notebooks
...
For #136693
2021-11-08 12:30:13 -08:00
Logan Ramos
00de6a5f2f
Update telemetry module
2021-11-08 10:00:44 -05:00
Martin Aeschlimann
7d78ec2e1d
Merge pull request #136543 from jzyrobert/html_correct_command
...
Update html-language-features documentation and tasks to yarn
2021-11-08 11:05:00 +01:00
Tyler Leonhardt
66b1668b66
wait if there's a refresh in progress
2021-11-05 17:01:21 -07:00
Matt Bierner
d1f2d0a729
Tweak markdown notebook header sizes
...
Fixes #105900
2021-11-05 15:57:30 -07:00
Rob Lourens
3df135c388
Fix jupyter version number, #136544
2021-11-05 14:50:10 -07:00
Rob Lourens
29c5f2d394
Show an error when opening an old unsupported jupyter format
...
Fix #136544
2021-11-05 14:06:39 -07:00
Matt Bierner
69ca0f29fd
Enable linkify in notebook markdown
...
Fixes #136545
2021-11-05 13:52:53 -07:00
Robert Jin
8d78e70f78
Update html-language-features documentation and tasks to yarn
2021-11-05 20:15:01 +00:00
Ladislau Szomoru
4297ff8195
Revert fix for #26425
2021-11-05 15:53:32 +01:00
Alex Ross
3d3e502e72
Allow ts files for gulp tasks
...
Fixes #136418
2021-11-05 10:57:20 +01:00
Joyce Er
05a2f2809e
Don't show 'Sync Changes' button if auto sync or auto push are enabled ( #134408 )
2021-11-05 09:18:08 +01:00
Matt Bierner
06fe6b7d2b
Bump browser TS version
2021-11-04 17:30:01 -07:00
Matt Bierner
1051cf402e
Unmark preview as experimental
...
Fixes #84520
Seems to be working well enough now to officially support
2021-11-04 17:30:00 -07:00