Commit graph

7334 commits

Author SHA1 Message Date
pi1024e 65b0a4d898 Fixed comment 2019-07-23 13:52:11 -04:00
pi1024e d96cd165d6 Fixed code 2019-07-23 13:52:11 -04:00
pi1024e 85d4895587 Refactored code to make "WhiteSpace" into "Whitespace" 2019-07-23 13:52:11 -04:00
Johannes Rieken e165b387a1 add unit test for #77735 2019-07-23 17:12:42 +02:00
Joao Moreno 752e204839 more disclaimers
related to #76993
2019-07-23 11:48:19 +02:00
Matt Bierner e1d3dd53d1 Mark static readonly 2019-07-22 16:24:53 -07:00
Matt Bierner 7be9e963d3
Merge pull request #77745 from Neonit/patch-1
Adjust Code Tab Size to 4 in Markdown Preview
2019-07-22 14:18:46 -07:00
Miguel Solorio d2757d83c8 Fix #77746, de-emphasizes pre/post scripts 2019-07-22 08:06:14 -07:00
Neonit c5ab082ed7
Adjust Code Tab Size to 4 in Markdown Preview
Sets the tab size to 4 in the Markdown preview for code blocks in Markdown documents. I consider a tab size of 4 being standard and the default of 8 being unbearable. The few people, if any, using a different tab size than 4 can use the custom markdown preview style feature, if it is going to be fixed anytime (https://github.com/microsoft/vscode/issues/77290).

[`tab-size` is still marked *experimental* in the MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size), but it doesn't hurt, if not supported. However, in the used Chromium version it is supported.
2019-07-22 11:49:04 +02:00
Andre Weinand 8827cf5a60 don't warn about missing chrome debugger on WSL; fixes microsoft/vscode-chrome-debug#892 2019-07-22 11:12:15 +02:00
Martin Aeschlimann 877704976a JSON Language Server 1.2.1 2019-07-22 10:07:53 +02:00
Martin Aeschlimann d782b76a8e [json] fix compile script 2019-07-22 10:07:18 +02:00
Matt Bierner cf69f2f1af Refactor code to use single state object instead of two 2019-07-19 18:35:42 -07:00
Matt Bierner feef95c707 Make sure we update pending files properly
The previous logic failed to add anything to the pending files list

For #77665
2019-07-19 18:35:42 -07:00
Matt Bierner 40c6246335 Update js/ts grammar 2019-07-19 18:35:42 -07:00
Miguel Solorio 99eb2e47b5
Merge pull request #77584 from orta/update_seti_ui
Updates to the latest icon theme from seti-ui
2019-07-19 12:47:36 -07:00
Miguel Solorio e4ea68f5b6 Update icons for npm script explorer 2019-07-19 11:34:38 -07:00
Andre Weinand eeaffa91a3 add new variable ${relativeFileDirname}; fixes #77616 2019-07-19 11:29:39 +02:00
Martin Aeschlimann caad996fba JSON Language Server 1.2.0 2019-07-19 10:35:21 +02:00
Martin Aeschlimann 13d8325aaa [json] update server readme 2019-07-19 10:35:21 +02:00
Pine bfd274a23b
Merge pull request #77546 from microsoft/pine/builtin-array-setting
Use array of string for applicable builtin settings
2019-07-18 14:03:59 -07:00
Orta Therox 0d4f1bca53 Updates to the latest icon theme from seti-ui 2019-07-18 11:56:52 -04:00
Pine Wu d44f9dae34 Use array of string for applicable builtin settings 2019-07-17 15:07:31 -07:00
Martin Aeschlimann bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Martin Aeschlimann cfc9a4ab77
Merge pull request #77496 from angelozerr/patch-1
Add '.ent' and '.mod' file extensions  for the XML language
2019-07-18 11:04:46 +02:00
Connor Shea c898cc3489
Add the .rbi file extension as a Ruby file type.
.rbi files are type definition files that are currently used by some
community type checkers, most notably Stripe's Sorbet,
and will be part of the main language in Ruby 3.
2019-07-17 17:58:20 -06:00
Matt Bierner b850405aa6
Merge pull request #76647 from masliu/master
Save resourceColumn for previews, fixes #74008
2019-07-17 16:01:46 -07:00
Pine Wu 750ea458cd [css] Upgrade service and add dynamic link support 2019-07-17 10:47:27 -07:00
Angelo 960123749d
Add '.ent' and '.mod' file extensions for the XML language
This PR adds `.ent` and `.mod` file extensions which are used as DTD file.
2019-07-17 07:15:00 +02:00
Miguel Solorio 923e40b133 Update 'vs-minimal' file icon theme 2019-07-15 14:35:22 -07:00
Matt Bierner f907a8c987 Update js/ts grammar 2019-07-15 11:47:29 -07:00
Joao Moreno 66e14b8be8 cleanup 2019-07-15 07:25:46 +02:00
Daniel Imms 2443cf5037
Merge pull request #77298 from microsoft/tyriar/77228_dimensionss
Improve terminal grid dimensions caching
2019-07-13 13:14:47 -07:00
Matt Bierner 12e482f532 Remove markdown.tmbundle from markdown language features extension
The grammar is contributed by the language basics extension
2019-07-12 11:59:50 -07:00
Daniel Imms fd48fa0d3b Fix dimenisons test and clean up 2019-07-12 10:37:29 -07:00
Daniel Imms 3092a1023c Remember dimensions from other terminals
Part of #77228
2019-07-11 21:18:06 -07:00
Alex Ross ef1de00ca9 Local fix for C++ embedded in markdown
Related to #76603
2019-07-11 15:14:14 +02:00
Alex Ross 8b497a9019 Add slash type message to typescript tasks
Part of #74995
2019-07-11 11:16:30 +02:00
João Moreno dea3abbb21
Remove legacy extensions compilation from build (#77058)
Remove legacy extensions compilation from build
2019-07-10 11:19:04 +02:00
João Moreno f9e6cc95e2
Update extensions/shared.webpack.config.js 2019-07-10 11:12:30 +02:00
Alex Ross 0fa33a2cfb Change C++ auto closing comment start from /* to /**
Fixes #77008
2019-07-10 10:06:05 +02:00
Joao Moreno cf64ef0884 remove legacy extensions compilation
- update vscode-nls-dev
- fix CopyWebpackPlugin usage
- fix extra data in html extension
- add webpack to python
2019-07-10 09:38:05 +02:00
Matt Bierner 4c07744817 Make sure we handle loading of markdown resources from UNC workspace correctly
Fixes #48403
2019-07-09 15:52:43 -07:00
Matt Bierner c01a3a718d Use clearer name for csp webview element
#76489
2019-07-09 11:45:20 -07:00
Johannes Rieken 65270230af tweak options for delete and write, #48034 2019-07-09 16:23:48 +02:00
Johannes Rieken a4fc9bb8c4 improved error propagation, #48034 2019-07-09 16:17:02 +02:00
Johannes Rieken 51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
Alex Ross 922ab6db62 Update grammar script to include option path for version
Update C grammars to get macro fix
2019-07-09 10:47:13 +02:00
Martin Aeschlimann c615eb8591 Revert "Updates to the latest icon theme from seti-ui"
This reverts commit b24d67b5fb.
2019-07-09 10:10:44 +02:00
Matt Bierner a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00