Matt Bierner
5a24d13624
Update highlight js and md versions
2019-10-14 14:39:44 +02:00
helen3141
34648a0cc6
Merge branch 'master' into runNpmFromContextMenu
2019-10-11 15:38:33 -07:00
helen3141
a7ff5b1ac8
Pull Request feedback: do not show command in command palette
2019-10-11 15:31:01 -07:00
helen3141
cecda63be5
Pull Request feedback: updated documentation and naming, read from cache if available instead of creating new tasks
2019-10-11 15:18:31 -07:00
Connor Peet
78fd1e5ec2
php - fix break statement not reducing indent level
...
Fixes https://github.com/microsoft/vscode/issues/57964
2019-10-11 13:36:36 -07:00
Connor Peet
b6b011b294
php - increment indentation for inline php tags
...
Fixes https://github.com/microsoft/vscode/issues/44137
2019-10-11 11:56:32 -07:00
Connor Peet
867bcaee0d
php - fix identation drifting on empty single-long blocks
...
Fixes https://github.com/microsoft/vscode/issues/34424
2019-10-11 11:22:13 -07:00
Connor Peet
72f3185301
php - open executable settings if the validator fails
...
Fixes https://github.com/microsoft/vscode/issues/8735
2019-10-11 10:53:31 -07:00
Alex Ross
dc4b1c231c
Rename CustomExecution2 to CustomExecution
...
Part of #80375
2019-10-11 14:43:23 +02:00
Matt Bierner
d80739df02
Fixing TS 3.7 dom typings errors
2019-10-10 14:16:26 -07:00
Joao Moreno
afa911d942
scm: make tree rendering opt-in via proposed API
...
fix #82203
2019-10-10 18:37:38 +02:00
Daniel Imms
1dd67cb2ce
Merge pull request #82103 from nikeee/fix-executable-bits
...
Remove executable bits from non-executable files
2019-10-10 07:57:26 -07:00
Martin Aeschlimann
42d95e583b
json ls-server readme: typos
2019-10-10 09:26:22 +02:00
Martin Aeschlimann
3da9bcbb78
JSON Language Server 1.2.2
2019-10-10 09:19:26 +02:00
Benjamin Pasero
0575dd40d9
improve static argv configuration ( #15211 )
2019-10-10 07:37:06 +02:00
Rob Lourens
c0bd994bc7
Fix PHP indentation rule for 'case'
...
Fix #81107
2019-10-09 18:30:30 -07:00
Daniel Imms
dfee0337a5
Merge branch 'master' into fix-executable-bits
2019-10-09 15:16:07 -07:00
Matt Bierner
21ba436c51
Fix one more case of #81320
...
The markdown link people write may be uri encoded. We need to decode these before trying to open them
2019-10-09 13:01:30 -07:00
Benjamin Pasero
b73f9ec854
Add a setting to disable gpu acceleration ( fixes #15211 )
2019-10-09 17:15:06 +02:00
Martin Aeschlimann
841d89748a
[rust] provide auto indent pattern. Fixes #51802
2019-10-09 17:04:15 +02:00
Martin Aeschlimann
13d3f41417
[html] Format code of type="text/babel" scripts in html files. Fixes #39866
2019-10-09 16:17:36 +02:00
Joao Moreno
d1be9d02cd
💄
2019-10-09 12:48:21 +02:00
Joao Moreno
4ce64ef558
Merge commit 'refs/pull/80335/head' of github.com:microsoft/vscode into pr/80335
2019-10-09 12:44:34 +02:00
Joao Moreno
ecea71432f
fixes #73613
2019-10-09 12:36:52 +02:00
Martin Aeschlimann
eaedd52763
Merge pull request #82101 from microsoft/aeschli/eol_languagespecific
...
EOL User Setting should be able to be set per language or file type
2019-10-08 17:54:45 +02:00
Martin Aeschlimann
eb9fe80de6
when editing c#, typing /* causes */ to be injected. Fixes #43989
2019-10-08 17:39:47 +02:00
Joao Moreno
9e5c2aca23
fixes #67814
2019-10-08 16:57:22 +02:00
Martin Aeschlimann
38fc105e4d
Merge branch 'master' into aeschli/eol_languagespecific
2019-10-08 16:33:47 +02:00
Lucas Larson
94adc2a641
Repair npm links ( #70325 )
...
https://registry.npmjs.org instead of https://registry.npmjs/org
2019-10-08 16:05:09 +02:00
Niklas Mollenhauer
1cc0b592c2
Remove executable bits from non-executable files
2019-10-08 15:18:42 +02:00
Martin Aeschlimann
daaf92b5bc
[shellscript] Make \n the default eol. Fixes #49418
2019-10-08 14:53:24 +02:00
U-ways
095358e3b2
fix image preview to show correct canvas size when editor is scaled down vertically ( #82027 )
...
See issue #81878
2019-10-07 14:48:49 -07:00
Matt Bierner
4c4edcefeb
Fixing more TS 3.7 related compile errors
...
- Import aliasing symbol in file
- Missing function calls in conditional
- Missing return statement
2019-10-07 11:04:31 -07:00
Matt Bierner
2b4638e1ac
Fix missing function calls in condition
2019-10-07 11:04:31 -07:00
Johannes Rieken
32b2861498
workaround - remove as const to make webpack happy...
2019-10-07 14:17:39 +02:00
Anthony Dresser
28402eb956
Update sql language syntax ( #77601 )
...
* update sql language syntax
* Remove changes to sql grammar
2019-10-07 13:58:48 +02:00
Ԝеѕ
32b4eb7359
Add .har extension to JSON language ( #77300 )
2019-10-07 12:08:52 +02:00
Matt Bierner
8e944be15c
Support jsonc for code block type with highlightjs
2019-10-04 17:57:33 -07:00
Matt Bierner
36aa903d5a
Rewrite how we handle links in the md preview
...
Try to simplify how we resolve links:
- Move most logic out of the preview itself.
- Simplify the amount of rewriting we do in the markdown engine
2019-10-04 17:57:33 -07:00
Matt Bierner
a967c8ada3
Move js/ts json validation to js/ts language features extension
...
Fixes #73336
2019-10-04 15:31:21 -07:00
Matt Bierner
bac36e97c6
Close image preview when file on disk is deleted
...
Fixes #81884
2019-10-03 13:46:31 -07:00
Matt Bierner
ef698fa6cd
Make markdown refresh more stable
...
Fixes #80680
- Always sync the current preview line number with the editor, even when `scrollEditorWithPreview` is false
- If the md file is focused and refresh is called, do not try resetting the current line to match the editor file. This mainly effects the case where `scrollEditorWithPreview` is false
2019-10-03 13:46:31 -07:00
Pine Wu
d4e49567f3
Update html language service
2019-10-03 12:14:14 -07:00
Jean Pierre
096eb643d1
Fixes #81876 ( #81885 )
2019-10-03 11:27:40 -07:00
Pine Wu
2b9bb7c2e0
Update css language service
2019-10-03 09:33:34 -07:00
Matt Bierner
b8869cd989
Fix git diff view for untracked image files showing an error on left side
2019-10-02 14:19:29 -07:00
Matt Bierner
2235ebf5db
Handle new vscode-resource format for md linkes
...
Fixes #81849
This is a safer scoped fix, not the best one. Will look into removing most of this uri munging for october
2019-10-02 14:09:38 -07:00
Pine Wu
f7efcef2be
Fix #81845
2019-10-02 13:16:46 -07:00
Christof Marti
a1b7714d26
Schema for attached container configurations ( fixes microsoft/vscode-remote-release#1577 )
2019-10-02 21:11:42 +02:00
Matt Bierner
b058a2831a
Correctly style image loading indicator for various themes
...
Wrong class name was being used
2019-10-02 10:44:00 -07:00