Commit graph

7302 commits

Author SHA1 Message Date
Matt Bierner a87c73527e Remove extra work in DiagnosticSettings ctor
The langauges map is written so that it is lazy. We do not need to pre-populate it
2019-06-07 11:21:22 -07:00
Matt Bierner 5b01e094c2 Use includes instead of indexOf 2019-06-07 11:12:54 -07:00
Martin Aeschlimann af4221b242 Git Diffs in Solarized Light have inappropriate colours. Fixes #75037 2019-06-07 14:39:53 +02:00
Martin Aeschlimann b994c2d38d test resolver polish 2019-06-07 13:08:25 +02:00
Martin Aeschlimann 7af0fa1cf8 update test-resolver 2019-06-07 12:44:32 +02:00
Martin Aeschlimann 39ec656916 minimize distro deltas 2019-06-07 11:30:24 +02:00
Martin Aeschlimann 64d254c9bd adopt test resolver 2019-06-07 09:33:17 +02:00
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Martin Aeschlimann 3ce5cb0e02 [css] enable tests (fixes #74937) 2019-06-06 09:49:55 +02:00
Martin Aeschlimann 29daecda2e [css] add test resources 2019-06-06 09:30:58 +02:00
Benjamin Pasero fc294b683d Comment out failing test 2019-06-06 07:42:18 +02:00
Matt Bierner b33f52a46e Update highlightjs version 2019-06-05 15:41:45 -07:00
Matt Bierner 809386b670 Working on getting ts server class in a testable state 2019-06-05 15:41:45 -07:00
Alex Ross 2472084ffc Remove .desktop from ini extention
Fixes #74866
2019-06-05 16:08:26 +02:00
Waldir Pimenta f3e4e47164 Fix spelling of the example abbreviation (e.g.) 2019-06-05 16:00:26 +02:00
Martin Aeschlimann 8f72934706 [css] resolve modules without require 2019-06-05 13:04:58 +02:00
Johannes Rieken 97ce638677 unblock webpack build 2019-06-05 11:57:56 +02:00
Joao Moreno a83c9a4756 fixes #74844 2019-06-05 10:22:48 +02:00
Joao Moreno afa4faa587 fix git extension tests 2019-06-05 10:22:48 +02:00
Benjamin Pasero d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +02:00
Martin Aeschlimann be547e26fc fixes for remote smoke tests against a build 2019-06-05 09:38:02 +02:00
Benjamin Pasero d7977c880f debt - use @types/node: 10 for all extensions 2019-06-05 09:32:36 +02:00
Rob Lourens 20ec76e47b
Merge pull request #74802 from remcohaszing/xdg-basedir-git-config
mark .config/git/config as properties file
2019-06-04 14:14:16 -07:00
Alex Ross 676368aa81 Update C, C++, Objective-C, and Objective-C++ grammars
Also includes corresponding theme changes

Fixes #74450
2019-06-04 16:20:40 +02:00
Christof Marti 21aa8afdd0
Git-UI extension for Git credentials (#74461) 2019-06-04 16:14:34 +02:00
Martin Aeschlimann f256ab1c1e [css] fix test 2019-06-04 11:26:30 +02:00
Martin Aeschlimann ae6be63698 [css server] link tests 2019-06-04 10:35:58 +02:00
Martin Aeschlimann df9b668167
Merge pull request #70693 from penx/feature/node-module-resolution-for-css-import
Node module resolution for CSS import
2019-06-04 09:53:47 +02:00
Matt Bierner 5ce891fae1
Merge pull request #74646 from mjbvz/dont-update-js-ts-diagnostics-if-they-have-not-changed
Don't update js ts diagnostics if they have not changed
2019-06-03 11:35:48 -07:00
Remco Haszing dc20cfcc4f
mark .config/git/config as properties file
Git suppots the XDG base directory standard for its global configuration file.
This defaults to ~/.config/git/config. Now VSCode also highlights this file
properly as long as it’s in the default location.
2019-06-03 20:27:35 +02:00
Alex Ross 96410ff870 Update grammars 2019-06-03 12:01:42 +02:00
Matt Bierner 76e774e4bd Add arrays.empty
This helps with `a === b` checks  in arrays.equals
2019-05-30 17:22:38 -07:00
Matt Bierner 015f1c7909 Use array prototype instead of creating instance 2019-05-30 17:13:10 -07:00
Matt Bierner a8a0fa763f Use every for equals 2019-05-30 17:01:10 -07:00
Matt Bierner 55d6317a4f Don't update js/ts diagnostics if they have not changed
Fixes #74633

This was the indirect cause of  #74633. See that issue for an explaination of why it was problematic.  In summary, updating diagnostics can retrigger code actions even if the user facing diagnostics have not actually changed
2019-05-30 16:59:32 -07:00
Matt Bierner e9c5066315 Pick up TS 3.5.1 final 2019-05-29 21:41:46 -07:00
Matt Bierner 143bebfbb4 Use em for code font size instead of rem
This fixes some cases where a user style sheet may be setting a weird base font-size.
2019-05-29 15:44:48 -07:00
Matt Bierner c62a6aa38a Set extract kind for type alias refactoring
This lets you set up a single keybinding that applies to both extract constant and extract type
2019-05-29 14:22:45 -07:00
Martin Aeschlimann 98b8848002
Merge pull request #74550 from microsoft/aeschli/bin-path
add bin path on server
2019-05-29 21:20:19 +02:00
Martin Aeschlimann 0d17d408bf [css] update service (for #63805) 2019-05-29 17:11:05 +02:00
Martin Aeschlimann a25f8bb505 add bin path on server 2019-05-29 14:39:57 +02:00
Matt Bierner c69c1719bb Add enumDescriptions for merge-conflict.diffViewPosition
Fixes #74500
2019-05-28 14:54:29 -07:00
Matt Bierner 0f19fa2d60 Update to latest TS@next 2019-05-28 14:54:02 -07:00
Alex Ross 5af4d57908 Use old c++ grammar for objective c++
There is a conflict with the new grammar.

Fixes #74219
2019-05-28 11:22:38 +02:00
Alex Ross a1a7af52a7 In gulp tasks use task args so that gulp path can be escaped
Fixes #71154
2019-05-27 16:47:38 +02:00
Joao Moreno ddc397dac2 Merge remote-tracking branch 'origin/master' 2019-05-27 15:40:40 +02:00
Joao Moreno f454c2c402 💄 2019-05-27 15:40:23 +02:00
Martin Aeschlimann 235262c05c
Merge pull request #69899 from c0m3tx/region-fold-golang
Add region markers folding for Go
2019-05-27 15:32:21 +02:00
Martin Aeschlimann 88fc7e755e Make conistent with other languages 2019-05-27 15:25:10 +02:00
Joao Moreno 5540e01820 Merge commit 'refs/pull/61149/head' of github.com:Microsoft/vscode into pr/61149 2019-05-27 15:20:08 +02:00
Martin Aeschlimann afb0837035 Update Snakemake files types to include Snakefile to provide syntax detection. Fixes #73737 2019-05-27 12:40:04 +02:00
Peng Lyu 146115b78c
Merge pull request #74231 from microsoft/rebornix/bettermerge
Show context for diff view of merge conflict and introduce compareAll.
2019-05-24 16:55:04 -07:00
Peng Lyu c3fe962b89 Open the diff view in current editor, to the side or below. 2019-05-24 15:26:50 -07:00
Peng Lyu 93944674c9 Open the new editor group below 2019-05-24 14:55:26 -07:00
Peng Lyu 9cd81dcb5b Always compare change with context. 2019-05-24 14:43:44 -07:00
Matt Bierner 6b081a9f00 Update pug test fixtures 2019-05-24 14:09:55 -07:00
Peng Lyu bbeeefd713 Merge branch 'master' into rebornix/bettermerge 2019-05-24 11:29:41 -07:00
Peng Lyu b917a0341d Support open diff in new editor group 2019-05-24 11:29:30 -07:00
Chris Dias c24694c892
clean up the readme (#74293)
* Tidy up the readme, update graphic
2019-05-24 10:04:01 -07:00
Daniel Imms 28d06f0288
Merge pull request #74228 from microsoft/tyriar/72518_runInBackground
Add runInBackground option to Terminal API
2019-05-24 06:46:37 -07:00
Johannes Rieken 4976cffba7
Merge pull request #73890 from markspanbroek/master
Support negated .gitignore rules.
2019-05-24 15:18:05 +02:00
Daniel Imms 93f93d0961 Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground 2019-05-24 06:16:37 -07:00
Andre Weinand e480cea725 address translation issue; fixes #72065 2019-05-24 10:41:41 +02:00
Matt Bierner f3b8d15b0d Add DocumentLink.tooltip api proposal
For #72824
2019-05-23 17:57:04 -07:00
Matt Bierner a9e31b19d7 Make sure we don't de-prioritize this. member suggestions
Fixes #74164
2019-05-23 16:06:34 -07:00
Matt Bierner a4532de9af Make sure we reset editors being iterations of test 2019-05-23 16:06:34 -07:00
Peng Lyu fa69b4e7d6 Show context for diff view of merge conflict and introduce compareAll. 2019-05-23 14:19:09 -07:00
Daniel Imms 1f6bf9b92c Add some runInBackground terminal tests 2019-05-23 12:38:25 -07:00
Hao Hu 2058f27615 Add git.pullTags setting 2019-05-23 11:28:28 +02:00
Matt Bierner c2b02df9ab Allow hidden (but persisted) webviews to recieve messages
Fixes #47534
2019-05-22 15:25:48 -07:00
Matt Bierner 71deb5b6ee Extend disposable 2019-05-22 15:25:48 -07:00
Matt Bierner 519eb3690c Extract duplicated escaping code 2019-05-22 15:25:48 -07:00
Matt Bierner 150b3d98a3 Pick up new TS version 2019-05-22 15:25:48 -07:00
Matt Bierner 1db653c59e Simplify setting of preselect and sort text 2019-05-22 15:25:48 -07:00
Matt Bierner f250d19bb5 Use relative size for markdown code font size
Fixes #74125
2019-05-22 10:53:49 -07:00
Pine Wu 27819b3902 Path completion for <area href=""> and <input src="">. Fix #74129 2019-05-22 09:25:28 -07:00
Christof Marti 8076181795 Machine specific settings in devcontainer.json (fixes microsoft/vscode-remote-release#409) 2019-05-22 17:22:17 +02:00
Daniel Imms 573db67461
Merge pull request #74076 from hwhung0111/Fix-couple-typos
Fix couple typos
2019-05-22 07:44:07 -07:00
Martin Aeschlimann 90cfe12a63 Add vscode-test-resolver 2019-05-22 16:41:26 +02:00
Christof Marti a7c7bdd32a Add workspaceMount option (fixes microsoft/vscode-remote-release#41) 2019-05-22 09:41:43 +00:00
Christof Marti 80ec2bf29b Add workspaceFolder for single container (fixes microsoft/vscode-remote-release#101) 2019-05-22 11:05:40 +02:00
Howard Hung 0ddd999172 Fix typo: showSecutitySelectorForResource -> showSecuritySelectorForResource 2019-05-22 01:25:59 +08:00
Howard Hung 4582ec149c Fix typo: assigments -> assignments 2019-05-22 01:23:12 +08:00
Alex Ross 5a97b520c9 Add devContainer schema+validation 2019-05-21 14:21:42 +02:00
Khaja Nizamuddin 36e7f1871a Normalize tsconfig path (#73001)
Fixes #68812
2019-05-21 04:01:54 -07:00
Dan McCarthy 728c6a68ba Allow multi-line comment auto-closing for C++ files
Fixes #72801
2019-05-21 03:35:13 -07:00
Alex Ross b8b79709b7 Update C++ grammar to fix freeze 2019-05-21 11:19:36 +02:00
Matt Bierner ada4bddb8e Change documentation for TS importModuleSpecifier.auto
Fixes #52485

Based on code in d53efdf380/src/compiler/moduleSpecifiers.ts (L139)
2019-05-17 18:14:40 -07:00
Matt Bierner b1aad4b755 Supress potential null errors related to updated @types/node 2019-05-17 16:14:49 -07:00
Matt Bierner 12cf3eb0f8 Pick up latest TS@next 2019-05-17 13:39:55 -07:00
Logan Ramos ca9887459b
Delete vscode-typescript upon close of VS Code (#73801)
* Cleans up vs-typescript temp directoy upon VS code close

* Fixed typing errors preventing build from succeeding

* Moved deletion to the deactivate method. Added folders per extension host

* Removed yarn watch script used in testing
2019-05-17 18:55:31 +00:00
Mark Spanbroek 4f8311c149 Support negated .gitignore rules.
Fixes issues #69035 and #38112.
2019-05-17 14:28:18 +02:00
Matt Bierner 9bd21e3f2b Pick up latest ts@next 2019-05-16 10:38:29 -07:00
Matt Bierner a65adc6fda Use vscode.d.ts we ship instead of version from vscode package 2019-05-16 10:38:29 -07:00
Alex Ross 45db52ba6b Update grammars 2019-05-16 10:17:43 -07:00
Matt Bierner 9e4b65600d Pick up TS 3.5@next 2019-05-14 11:26:32 -07:00
Matt Bierner fd1ac7561b Fix TS 3.5 compile errors
Fixing errors related to https://github.com/microsoft/TypeScript/issues/31380
2019-05-13 18:00:52 -07:00
Benjamin Pasero 60ec264eab Merge branch 'master' into ben/hot-exit 2019-05-12 05:51:25 -07:00
Matt Bierner fb0d5150d9
Merge pull request #73049 from mjbvz/markdown-check-pending
Double check pending markdown version before updating preview
2019-05-10 16:26:26 -07:00
Matt Bierner 60cd4bd73b
Merge pull request #73132 from hwhung0111/Fix
Fix two typos
2019-05-10 16:25:49 -07:00
Matt Bierner 8dfa96edb0 Update js/ts grammar 2019-05-10 15:43:38 -07:00
Martin Aeschlimann 8099c01477
Merge pull request #73273 from SamB/json-features-CONTRIBUTING-fixes
json-language-features/CONTRIBUTING.md fixes
2019-05-07 11:30:56 +02:00
Martin Aeschlimann 8c6f32ca00 update json service 2019-05-06 17:50:28 +02:00
Martin Aeschlimann 988b197b91 update html service 2019-05-06 17:50:05 +02:00
Martin Aeschlimann 9c89613ed5
Merge pull request #73266 from Microsoft/misolori/remote-colors-default
Update remote background defaults
2019-05-06 12:30:19 +02:00
Martin Aeschlimann ad8d0c203c
Merge pull request #73231 from whittlec/qsh
Add 'qsh' as a valid shellscript firstline
2019-05-06 12:08:17 +02:00
Benjamin Pasero 6ce6d6d1c5 add integration test for #66338 2019-05-06 11:21:06 +02:00
Samuel Bronson 1661bf4fa3 json-language-features/CONTRIBUTING.md fixes
In particular, mention npm and yarn as appropriate.
Some of the mentions had apparently been inadvertantly switched???
2019-05-04 00:43:46 -04:00
Miguel Solorio 1d6956c37c Update remote background defaults 2019-05-03 20:11:20 -07:00
Rachel Macfarlane a5455afcef
Add DirtyWorkTree git error matching to git exec (#73108) 2019-05-03 14:04:27 -07:00
kieferrm c87ce98c9c fix gdpr annotation 2019-05-01 17:24:00 +00:00
Howard Hung 778b92f459 Fix typo in functionCallSnippet.test.ts 2019-05-01 23:35:02 +08:00
Martin Aeschlimann 34bb5d5891 adopt remote color names 2019-04-30 09:14:47 +02:00
Matt Bierner 4470b868a3 Check pending version before updating markdown preview content
For #72671
2019-04-29 13:49:36 -07:00
William Whittle 6764b4c70a Add 'qsh' as a valid shellscript firstline
This is the shell on IBM i
2019-04-26 13:45:36 +01:00
Miguel Solorio 338f19a4a5 Also update additional HC theme 2019-04-26 00:04:25 -07:00
Miguel Solorio a66945d1c5 Use alternate color for Monako theme for statusBarItem.hostBackground 2019-04-25 23:59:25 -07:00
Miguel Solorio 6dbfe3f028 Update high contrast theme to hide statusBarItem.hostBackground 2019-04-25 23:59:02 -07:00
Miguel Solorio 3714d64a00 Add theme support for statusBarItem.hostBackground 2019-04-25 20:51:29 -07:00
Alex Ross db7cb13e06 Update C++ grammar to get recent fixes 2019-04-25 11:20:23 +02:00
Matt Bierner 017a497259 spell 2019-04-24 11:01:35 -07:00
Matt Bierner b7f20a8b51 Update js/ts grammar 2019-04-23 13:52:06 -07:00
Matt Bierner 24ff03f627 Pick up ts 3.4.5 2019-04-23 10:50:51 -07:00
Jonas Kemper d78e970375 remove logs 2019-04-23 16:58:00 +02:00
Jonas Kemper 12e287dc3d implement npm view for version completions and hover suggestions 2019-04-23 16:34:35 +02:00
Jonas Kemper 6740eba07a merge packageJSONContribution to latest master 2019-04-23 15:04:21 +02:00
Matt Bierner 6b2daa3388 Revert marking markdown extension with explicit kind 2019-04-22 21:05:16 -07:00
Matt Bierner f56b18a9f7 Pass validateDefaultNpmLocation to ts 3.4.4
https://github.com/Microsoft/TypeScript/pull/30910/
2019-04-22 11:44:16 -07:00
Matt Bierner ac8f6b0406 Pick up TS 3.4.4 2019-04-22 11:44:16 -07:00
Matt Bierner a538f095af Organize imports should interupt geterr
UI operations like organize imports have higher priority than geterr
2019-04-22 11:44:16 -07:00
Matt Bierner 16944f3c4a
Merge pull request #72553 from tony-xia/makeRandomHexString
Update makeRandomHexString() to remove duplicate character
2019-04-22 10:57:16 -07:00
Tony Xia 697c8901a9 Update makeRandomHexString() to remove duplicate character 2019-04-18 23:20:45 +10:00
Tony Xia 941b4a9f79 Langauges -> Languages 2019-04-18 23:09:11 +10:00
Benjamin Pasero 053a32e2bb tests updates 2019-04-18 07:43:44 +02:00
Daniel Imms 68b2b6d4eb Revert "disable failing tests (#72465)
This reverts commit 5ac6601ab8.
2019-04-17 11:15:35 -07:00
Benjamin Pasero c72cfe0c65
Provide API to get access to the workspace configuration file (#37421) (#72490)
* Provide API to get access to the workspace configuration file (#37421)

* fix untitled ID

* update docs
2019-04-17 14:24:10 +02:00
Alex Ross 7f0f3e4bbb Get latest cpp grammar updates 2019-04-17 09:32:19 +02:00
Benjamin Pasero 5ac6601ab8 disable failing tests (#72465) 2019-04-17 08:43:54 +02:00
Alex Ross 48eb3ba4a0 Update cpp grammar and make small themes change 2019-04-16 17:52:21 +02:00
Alexandr Fadeev 6b7c8f3d77 Makefile test case about the bug fix with "@,-,+" colorizing in the recipe (#72265)
Bug: regex [@-+] means "from @ to +", so "." and "\" was also colorized.
Bug is fixed in make.tmbundle, test case is added to vscode.
Update make grammar
2019-04-16 11:41:37 +02:00
Matt Bierner 5ae3178c1d Mark markdown as a ui extension 2019-04-15 15:28:03 -07:00
Martin Aeschlimann d3c8ff7188
Merge pull request #72211 from tony-xia/strict-equality
Use strict equality in darkenColor()
2019-04-15 16:44:59 +02:00
Martin Aeschlimann 4be2b91873
Merge pull request #72269 from ljmf00/monokai-tabs-patch
theme-monokai: fix tabs indentation
2019-04-15 15:58:27 +02:00
Rob Lourens 3d67364fbf
Merge pull request #72236 from mattacosta/refresh-php-docs
Refresh PHP documentation.
2019-04-14 16:33:54 +00:00
Luís Ferreira 88fca8d6a6
theme-monokai: fix tabs indentation
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
2019-04-13 23:11:30 +01:00
Matt Bierner e78a0ab37f Open TS Server logs in editor if possible
In most cases, were are only interested in the tsserver.log file, not the additional typings installer logs
2019-04-12 17:24:22 -07:00
Matt Bierner cad3862663 Also include returned result count in completions telemetry 2019-04-12 14:43:14 -07:00
Matt Bierner 312b09cc6b extract setContent 2019-04-12 14:43:14 -07:00
Matt Bierner 74103c4c8d Don't change preview when click fails but do show an alert 2019-04-12 14:43:14 -07:00
Matt Bierner 3b58a011da Only try/catch openTextDocument 2019-04-12 14:43:14 -07:00
Matt Bierner c79f1cd8e3 Styling 2019-04-12 14:43:14 -07:00
Matt Acosta 3aca0f3ef1 Refresh PHP documentation. 2019-04-12 14:16:06 -07:00
Matt Bierner 0b4d49b59e
Merge pull request #71762 from skprabhanjan/fix-71570
fix-71570 Error when restoring a markdown preview for a file that has been deleted
2019-04-12 11:07:48 -07:00
Tony Xia 818d1261b0 Use strict equality in darkenColor() 2019-04-12 23:33:08 +10:00
Martin Aeschlimann f1f37c212e double log language, only one works. Fixes #72192 2019-04-12 10:08:36 +02:00
Sandeep Somavarapu 1fd2993b54 Fix #72185 2019-04-12 07:44:56 +02:00
Matt Bierner 222e2798ff Move min versions into jt/ts feature providers 2019-04-11 16:12:29 -07:00
Matt Bierner 9d43bdac05 Register features with Promise.all instead of sequentially 2019-04-11 16:00:46 -07:00
Matt Bierner c6a9536ed7 Add telemetry for how long completions take in js/ts
We'd like to know the average time that it takes to return js/ts completions so that we can identify performance regressions. The time includes both the queuing time and the actual time spent executing the command against TS server
2019-04-11 16:00:46 -07:00
Matt Bierner f635233740 Check in stubbed out smart select support for js/ts
For https://github.com/Microsoft/TypeScript/issues/29071

This require upstream TS support. Check in experimental support so that TS team can test the ux of this feature
2019-04-11 16:00:46 -07:00
Matt Bierner 0ae3ecbf15 Fix multiline jsdoc type highlightingFixes #27777 2019-04-11 10:05:36 -07:00
Alex Ross 4423de898e Fix colorization tests for c languages 2019-04-11 11:25:34 +02:00
Alex Ross b56ec0d8e7 Fix CPP grammar and themes
Part of #71821
2019-04-11 09:05:55 +00:00
Matt Bierner d81145d3f0 Use proper documentHighlights api for html js intellisense 2019-04-10 15:21:53 -07:00
Matt Bierner 90c9650399 Handle invalid config file diagnostics from ts server
Fixes #72098
2019-04-10 15:21:53 -07:00
Matt Bierner b4bbf10f96 Pick up TS 3.4.3
#72005
2019-04-10 15:21:53 -07:00
Matt Bierner 9d0a845b9e Better comment 2019-04-10 15:21:53 -07:00
Matt Bierner 2689d1b8b9 Add some pinning tests for indent 2019-04-10 15:21:53 -07:00
Daniel Imms d73c1a61b9 Tweaks to test running 2019-04-10 22:29:43 +02:00
Sandeep Somavarapu f329277979 - Define Machine Settings: Schema, Environment
- Scope machine settings
- Make remote settings scoped to machine settings
2019-04-10 18:25:13 +02:00
Matt Bierner 5d9377b42e
Merge pull request #71944 from vitaliymaz/fix-ts-confix-extends-navigation
fix link navigation to extended config file in tsconfig
2019-04-09 11:26:17 -07:00
Vitaliy Mazurenko ea2ad14dde fix link navigation to extended config file in tsconfig 2019-04-09 10:15:14 +03:00
Matt Bierner 2538145dcd Auto indent jsx tags with attributes
Fixes #65955
2019-04-08 19:09:03 -07:00
Matt Bierner 0cf20c9b6d Better fix for #48735
Previous fix broke `reindent all lines` . New fix is only applied on enter and should handle bodies with multiple case better
2019-04-08 18:06:47 -07:00
Matt Bierner 88a6b2fb03 Auto indent case/default body for js/ts
Fixes #48735
2019-04-08 17:55:25 -07:00
Matt Bierner 5bb20957f0 Pick up TS 3.4.3 insiders 2019-04-08 17:13:10 -07:00
Matt Bierner 5a96f231c1 Enable ts-check 2019-04-08 17:13:10 -07:00
Pine Wu 47913e0c52 Update css dependencies for #71715 and #71791 2019-04-08 14:55:28 -07:00
Orta 3970010b52
Update README.md 2019-04-08 15:45:47 -04:00
pkoushik bda2870db9 fix-71570 Fixed localize string issue 2019-04-06 12:19:10 +05:30
pkoushik 10a4ebf006 Merge remote-tracking branch 'upstream/master' into fix-71570
* upstream/master: (34 commits)
  Fix markdown.styled regression caused by Uri.parse changes
  Process explorer refactoring
  fix compile error
  fix open workspace uri from cli
  Delete deprecated search provider stub
  test dependenices are devDependencies
  Fix default uri when scheme is file
  disable flaky test, #71801
  use `readonly T[]` instead of `ReadonlyArray<T>`
  simplify protocol check
  Let enablment service handles local workspace extensions in remote window
  debt - make ext host init data more complete
  Fix colorization tests
  fixes #71671
  Update grammars
  Add yes-no choice for overwriting existing file for save as
  update distro
  ExtensionEnablementService: - Remove getDisabledExtensions and instead use isEnabled or getEnablementState methods
  Simplify reload action and fix test
  Update distro hash
  ...
2019-04-06 12:17:00 +05:30
Matt Bierner f44e51ed38 Fix markdown.styled regression caused by Uri.parse changes
Fixes #71802

Uri.parse now defaults to a `file` scheme, which broke this code
2019-04-05 16:05:32 -07:00
Alex Ross abf2d142f6 Fix colorization tests 2019-04-05 13:22:46 +00:00
Alex Ross 9c00167f2e Update grammars 2019-04-05 12:51:44 +00:00
pkoushik 3cef5067be fix-71570 Added logic to handle markdown preview update on file rename and delete 2019-04-05 11:38:18 +05:30
Rob Lourens 8bd5e2f93d Fix #71392 - remove autofixing commas in settings.json 2019-04-04 10:17:55 -07:00
Pine Wu 5aa6e13ad0 Update html/css service 2019-04-03 16:01:08 -07:00
Matt Bierner 80db6c43bd Treat updateOpen as a fence command 2019-04-03 14:43:37 -07:00
Matt Bierner 86fe4b3b1c 💄 2019-04-03 11:37:19 -07:00
Andre Weinand d6f413356f add lauch.json to server-ready extension 2019-04-03 15:57:41 +02:00
Matt Bierner 0ec326531e Use flatten array helper 2019-04-02 17:16:10 -07:00
Matt Bierner e50c2572d4 Also treat all unused imports as a style error
Fixes #71067
2019-04-02 17:15:53 -07:00
Matt Bierner d655e6f726 Make sure we always include uriScheme in knownSchems for markdown 2019-04-02 16:27:22 -07:00
Matt Bierner 37c9a750b0
Merge pull request #71442 from vitaliymaz/fix-markdonw-re-render
re-rendering Markdown preview when updated extra configurations provided by extension
2019-04-02 11:03:59 -07:00
Matt Bierner df4988d544
Merge pull request #71416 from phaseOne/feature/fix-71414-markdown-vscode-uri
Add `vscode:` URI prefix to knownSchemes in links.ts
2019-04-02 10:37:34 -07:00
Evan Bovie 8c1079b443
Add vscode-insiders URI prefix to knownSchemes in links.ts 2019-04-02 10:23:39 -07:00
Joao Moreno f0772536de fixes #71355 2019-04-01 16:39:34 +02:00
Martin Aeschlimann a721a6c236 Add 'ash' as a valid shellscript firstline. Fixes #71426 2019-04-01 15:37:07 +02:00
Vitaliy Mazurenko e40d72b1b5 re-rendering Markdown preview when updated extra configurations provided by extension 2019-04-01 10:52:23 +03:00
Rob Lourens ec0499a9dc Don't register "ini" for all files named "config" 2019-03-31 01:12:15 +00:00