Commit graph

484 commits

Author SHA1 Message Date
Martin Aeschlimann a180933669 [html] make mode services async 2020-06-25 11:48:24 +02:00
Martin Aeschlimann 8c5e2438e7 [html] update service 2020-06-24 11:32:46 +02:00
Martin Aeschlimann 6a18c72bbf add library loader 2020-06-23 22:58:54 +02:00
Martin Aeschlimann 05c5be7b87 extract loadLibrary 2020-06-23 22:43:25 +02:00
Martin Aeschlimann d16e306c2e html headless 2020-06-19 23:35:45 +02:00
Martin Aeschlimann 6af2987903 html/json: compute server module without server package.json 2020-06-11 14:59:56 +02:00
Martin Aeschlimann ac3b5caf32 [html] update version, fixes #98053 2020-06-05 17:49:33 +02:00
Martin Aeschlimann b1ef2bf05f [html] auto rename matches wrong tag. Fixes #98053 2020-06-05 13:23:55 +02:00
Martin Aeschlimann 13952ac5b9 auto-renaming tags notifier popping up multiple times. Fixes #97833 2020-05-15 11:08:31 +02:00
Martin Aeschlimann 74408bac89 guide users of the Auto Rename Tag extension to the new editor.renameOnType setting. Fixes #97700 2020-05-13 12:29:38 +02:00
Martin Aeschlimann 3887bc8aca [rename on type] Language client is not ready yet. FIxes #97062 2020-05-06 13:29:44 +02:00
Martin Aeschlimann 919c46deab [html] update dependencies 2020-04-27 23:15:37 +02:00
Liying ec5c1264bc
Update compilerOptions returned by host for javascript.implicitProjectConfig.experimentalDecorators. (#95923)
Co-authored-by: liyche <liyche@umich.edu>
2020-04-24 11:34:03 -07:00
Pine Wu 01e01b13f8 HTML implementation for #88424 2020-03-18 12:42:48 -07:00
Martin Aeschlimann 75c47b7505 [html] update dependencies 2020-02-23 13:54:54 +01:00
Pine Wu 88a1564e9c Fix duplicate code 2020-02-12 14:44:03 -08:00
Matt Bierner efb781e5be Marking that documents/workspaces arrays cannot be mutated 2020-02-11 11:36:23 -08:00
Martin Aeschlimann 8d4cdbaa8d [html] fix semantic selection test 2020-01-31 09:09:02 +01:00
Pine Wu ab175a0f03 Update html/css services 2020-01-30 11:59:04 -08:00
Martin Aeschlimann 492d045b91 [html] update dependencies 2020-01-27 23:14:42 +01:00
Jarod Kurland 9be42959e3 Defaulted mirrorCursorOnMatchingTag to false
Resolves #87737
2020-01-20 16:12:54 +02:00
Alex Dima 9e1d730cf2
SemanticTokens - implement feedback received in API call:
- extract a separate DocumentRangeSemanticTokensProvider that deals with a document range
- extract a separate provideDocumentSemanticTokensEdits that deals with updating via SemanticTokensEdits a previous result
2020-01-16 18:02:02 +01:00
Johannes Rieken 430de16fef fix compilos and adopt proposed api usage, #10266 2020-01-16 17:52:18 +01:00
Martin Aeschlimann a2d46d4b68 ts semantic highlighting: support alias 2020-01-15 23:08:15 +01:00
Martin Aeschlimann 3198a28176 make consistent with plugin 2020-01-14 17:35:58 +01:00
Martin Aeschlimann a5f90a5685 polish html sem highlighting 2020-01-13 21:07:00 +01:00
Martin Aeschlimann ae8fee7ba8 finish test 2020-01-13 17:51:11 +01:00
Martin Aeschlimann 517e4391c2 readonly semantic highlighting 2020-01-13 17:51:11 +01:00
Martin Aeschlimann adb6281d0a fix html tests 2020-01-10 16:38:36 +01:00
Martin Aeschlimann f1f652ccc1 polish html-js sem highlighting 2020-01-10 15:39:42 +01:00
Martin Aeschlimann db581614ab Error while computing semantic tokens. Fixes #88366 2020-01-10 15:19:05 +01:00
Martin Aeschlimann a6eac1f182 only map when necessary 2020-01-08 11:14:31 +01:00
Martin Aeschlimann c1f573b050 more tests 2020-01-08 10:32:41 +01:00
Martin Aeschlimann 8f08c2ffa7 more tests 2020-01-07 22:21:03 +01:00
Martin Aeschlimann f24b58c186 ts sem tokens in html 2020-01-07 17:54:47 +01:00
Johannes Rieken 84013e2ef0 fix double quote issues 2020-01-02 20:31:00 +01:00
Yuki Ueda 3f6ca94279 replace 'declare var' with 'declare const' 2019-12-26 17:12:23 +09:00
Martin Aeschlimann 32230fd7c3 more tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann 43394dee80 more tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann 8bbe5ce092 tests 2019-12-18 22:29:46 +01:00
Martin Aeschlimann 2ca09d93aa visit ast 2019-12-18 22:29:46 +01:00
Martin Aeschlimann e53c9568f3 refactor 2019-12-18 22:29:46 +01:00
Martin Aeschlimann eb7ea2c435 [html] use languageModes for language types 2019-12-18 22:29:46 +01:00
Martin Aeschlimann f07fae16be extract js semantic tokens 2019-12-18 22:29:46 +01:00
Martin Aeschlimann d6aa8f540d fixes 2019-12-18 22:29:46 +01:00
Martin Aeschlimann 03e79666c7 sem highlighting in HTML 2019-12-18 22:29:46 +01:00
Martin Aeschlimann 42c54bd559 get legend 2019-12-18 22:29:45 +01:00
Martin Aeschlimann b58c6fafad [html] add semantic highlight 2019-12-18 22:29:45 +01:00
Pine Wu eb0ca2626b Fix #86844 2019-12-17 15:16:35 -08:00
Pine Wu 6debd159df Add comment and improve mirror cursor exit logic 2019-12-17 11:43:19 -08:00
Mohammad Rahhal e01bc49c57 Exit mirror cursor mode when there's a none-empty selection in an unmmatched state 2019-12-14 16:26:47 +02:00
Mohammad Rahhal 2d3c754f71 Fix typos 2019-12-14 13:45:22 +02:00
Pine Wu b2868cc01c Fix #85981 2019-12-06 11:24:11 -08:00
Pine Wu 7fada39392 Fix #86151 2019-12-05 16:27:35 -08:00
Pine Wu 29474d526e Revert "Fix #85151"
This reverts commit 398696040b.
2019-12-05 16:26:18 -08:00
Pine Wu 06f97fe829 Fix #86441 2019-12-05 16:24:58 -08:00
Pine Wu 398696040b Fix #85151 2019-12-05 16:24:41 -08:00
Pine Wu 2c20d011b1 Fix #86058 2019-12-05 11:42:37 -08:00
Martin Aeschlimann eeee6244d9 [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
Pine Wu f966d27d9a Update css service 2019-12-04 16:58:10 -08:00
Pine Wu 52de8700e7 Fix #86211 2019-12-04 16:51:41 -08:00
Martin Aeschlimann b850dfb41b Merge branch 'master' of https://github.com/microsoft/vscode 2019-12-02 21:44:04 +01:00
Martin Aeschlimann 5f1b81b497 [css/html/json] provide replace & insert proposals 2019-12-02 21:43:59 +01:00
Pine Wu 104f90e0eb Fix #85715. Fix #85717 2019-12-02 11:53:41 -08:00
Pine Wu f057cf0fa0 Update html/css LS for new data 2019-11-27 17:04:06 -08:00
Pine Wu 615732feae Update CSS Language Service 2019-11-26 14:41:08 -08:00
Martin Aeschlimann 873fc72278 [html] "Expand selection" misses { } in <script> tag. Fixes #85306 2019-11-26 17:11:41 +01:00
Pine Wu 84aa1ada9f ESC to exit mirror tag position mode 2019-11-22 13:59:26 -08:00
Pine Wu 4e3af8a295 Remove textedit when adding space from ending tag 2019-11-22 13:54:34 -08:00
Pine Wu 0d25d0a798 Fix #47069 2019-11-22 10:16:38 -08:00
Pine Wu 07574365c9 Add HTML rename for #47069 2019-11-19 11:15:16 -08:00
Pine Wu 537fcc46d7 Update css LS 2019-11-14 10:51:52 -08:00
Alex Dima c9a2de2d9c
Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Martin Aeschlimann 1476c4e20b [html] update to TextDocument and switch to incremental 2019-11-05 22:19:43 +01:00
Pine Wu 7ab195a897 Revert "Update css LS for #3145"
This reverts commit d327d5e890.
2019-11-04 18:15:36 -05:00
Pine Wu d327d5e890 Update css LS for #3145 2019-11-04 14:50:47 -05:00
Pine Wu 36a3fd8e42 Update css service 2019-10-29 11:45:48 -07:00
Pine Wu a3837d1a64 Fix #79844 2019-10-28 16:14:32 -07:00
Benjamin Pasero ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Pine Wu 7fa28ec9d3 Part of #79964 2019-10-22 14:19:03 -07:00
Pine Wu 313a142652 Bump css LS for #79215 2019-10-22 12:03:11 -07:00
Pine Wu a724a64cce Bump css LS for #74635 2019-10-22 11:19:49 -07: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
Pine Wu d4e49567f3 Update html language service 2019-10-03 12:14:14 -07:00
Pine Wu 2b9bb7c2e0 Update css language service 2019-10-03 09:33:34 -07:00
Pine Wu 9bb24dc1c1 Upgrade html/css language services 2019-09-30 16:42:01 -07:00
Martin Aeschlimann d6169488c3 update html server & service 2019-09-30 22:58:18 +02:00
Martin Aeschlimann 78a6b2d72f #81592 again 2019-09-30 14:51:26 +02:00
Martin Aeschlimann 078acb7872 JSON formatting often fails at first. Fixes #71652 2019-09-30 12:25:57 +02:00
Martin Aeschlimann 3259fbf267 [json] Use textDocument.rangeFormatting.dynamicRegistration instead of workspace.symbol.dynamicRegistration? #81592 2019-09-30 09:23:23 +02:00
Pine Wu 4dec1f7b49 Fix #32200 2019-09-11 14:27:25 -07:00
Pine Wu 1c5b3fd83d Update html service. Fix #80600 2019-09-10 08:26:32 -07:00
Alex Dima ea661bb83f Fix HTML integration test 2019-09-07 00:28:05 +02:00
Pine Wu 14a3819e74 Fix #80269 2019-09-03 09:19:56 -07:00
Pine Wu 43788e3ee1 Update html services 2019-08-28 17:25:14 -07:00
Pine Wu 64c07ab1e3 Polish description for customdata 2019-08-28 10:21:41 -07:00
Pine Wu 739ae7737a Fix #78068 2019-08-27 09:25:15 -07:00
Pine Wu adbee7d26e Update html/css services 2019-08-23 12:01:51 -07:00
Pine Wu bcc7f1219f Update services for #78285 2019-08-07 10:46:54 -07:00
Pine Wu 285b680dc1 Fix #67742 2019-07-29 11:27:06 -07:00
Pine Wu 54fefb8d78 Update html & css service 2019-07-26 19:49:31 -07:00
Martin Aeschlimann 81380bb822 register selectionRangeProviders 2019-07-25 18:33:18 +02:00
Martin Aeschlimann 89afd3fe5e update html service. FIxes #77792 2019-07-25 18:33:18 +02:00
pi1024e 77df637ab4 Removed style chacnges 2019-07-23 13:52:12 -04:00
pi1024e 10b924d2d3 Fixed whitespace related comments to be a complete sentence. 2019-07-23 13:52:12 -04:00
pi1024e 85d4895587 Refactored code to make "WhiteSpace" into "Whitespace" 2019-07-23 13:52:11 -04:00
Martin Aeschlimann bd57ca7066 Expand Selection not working as intended. Fixes #77194. Fixes #77087 2019-07-18 13:57:51 +02:00
Martin Aeschlimann 4ed70122f8 remove imports 2019-07-08 12:44:50 +02:00
Martin Aeschlimann aa38607483 incremental text documents cause perf isssues 2019-07-08 12:44:40 +02:00
Matt Bierner c419355b5b
Merge pull request #75375 from microsoft/dev/mjbvz/vscode-api-readonly-events
Mark events as readonly in VS Code api
2019-06-14 11:59:57 -07:00
Martin Aeschlimann a84c30184c [css/json/html] update lsp, services & dependencies 2019-06-13 10:27:45 +02:00
Matt Bierner b4f6130fe4 Fix some compile errors resutling from readonly change 2019-06-12 16:54:16 -07: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
Benjamin Pasero d78a75973c
update @types/node (#74881) 2019-06-05 10:20:01 +02:00
Pine Wu 27819b3902 Path completion for <area href=""> and <input src="">. Fix #74129 2019-05-22 09:25:28 -07:00
Martin Aeschlimann 988b197b91 update html service 2019-05-06 17:50:05 +02:00
Matt Bierner d81145d3f0 Use proper documentHighlights api for html js intellisense 2019-04-10 15:21:53 -07:00
Pine Wu 47913e0c52 Update css dependencies for #71715 and #71791 2019-04-08 14:55:28 -07:00
Pine Wu 5aa6e13ad0 Update html/css service 2019-04-03 16:01:08 -07:00
Martin Aeschlimann 11efc39349 fix hygiene 2019-03-25 22:26:06 +01:00
Martin Aeschlimann 117ee62c22 'html' snippet is annoying and easily inserts by accident when typing any html. Fixes #69457 2019-03-25 22:16:53 +01:00
Martin Aeschlimann 44cf008419 update html service 2019-03-25 20:30:38 +01:00
Pine Wu 5d4af57655 Update css service 2019-03-25 11:24:39 -07:00
Pine Wu 2b0b602af8 Update html service 2019-03-25 10:49:23 -07:00
Johannes Rieken 4f8dbd4544 use a parent pointer instead of 2d array, #67872 2019-03-12 10:04:06 +01:00
Johannes Rieken 6892cfc90e for now remove SelectionRangeKind #67872 2019-03-11 09:43:34 +01:00
Martin Aeschlimann 8e986b18a0 [html] update service (multi semantic selection, webpack) 2019-03-05 15:27:51 +01:00
Pine Wu 393b48d4a5 Drop razor support. Fix #66242 2019-02-24 17:03:15 -08:00
Pine Wu 697b9dda2c [html] Update service for MDN data 2019-02-24 16:32:18 -08:00
Pine Wu ac56ab6272 Read custom data from experimental scope. Fix #68554 2019-02-12 11:29:48 -08:00
Johannes Rieken 52d134aacb update proposed api to have multiple positions, #41838 2019-02-11 12:08:27 +01:00
Benjamin Pasero e2d1fd06d1 debt - update extensions node dependency to 10.x 2019-02-07 08:49:36 +01:00
Pine dc5bb48efe
Merge branch 'master' into octref/no-ionic-angular 2019-02-06 10:57:08 -08:00
Pine Wu b9a116e11b [HTML] Update language service 2019-01-30 12:57:02 -08:00
Pine Wu af57ecdf9d Fix #67544 2019-01-30 11:59:02 -08:00
Pine Wu 6787bd1f25 Update html/css custom data config schema for #67544 2019-01-30 11:46:57 -08:00
Pine Wu bb96111b32 [HTML] Update language service 2019-01-29 10:37:23 -08:00
Pine Wu e9708716f2 Move html/css custom data contribution to experimental 2019-01-28 17:14:28 -08:00
Pine Wu 81b9b09cd3 Update HTML language service for NPE 2019-01-28 17:12:24 -08:00
Pine Wu 0abf8dcbd0 Fix typo 2019-01-28 15:58:55 -08:00
Martin Aeschlimann 89275bcf59 Add preserve-aligned to the UI settings for html.format.wrapAttributes. Fixes #66644 2019-01-28 23:50:02 +01:00
Martin Aeschlimann 58d3dade0e [html] update service (new formatter) 2019-01-28 23:36:11 +01:00
Pine Wu 81e2ef1be1 Update services 2019-01-28 13:29:36 -08:00
Martin Aeschlimann 1972f79077 client: semantic selection registration 2019-01-28 18:24:12 +01:00
Martin Aeschlimann 21585312c2 [json] enable semantic selection 2019-01-28 16:05:18 +01:00
Pine Wu 33783baaa1 Fix #64022 2019-01-27 23:23:52 -08:00
Pine Wu 0ba2b1d078 Update css-service to fix NPE exceptions 2019-01-27 23:05:13 -08:00
Pine Wu 3815bb15fd Update service and adopt HTML provider interface 2019-01-27 22:22:50 -08:00
Pine Wu 0c579d7ac8 Run safe for html selectionRange 2019-01-23 15:10:12 -08:00
Pine Wu c47d3d4d46 Update service 2019-01-23 12:15:20 -08:00
Pine Wu d3c14cf0af Move logic to service 2019-01-23 12:11:29 -08:00
Pine Wu d1690ad706 Improve granularity 2019-01-22 11:25:41 -08:00
Pine Wu 82aab5a16e HTML selections 2019-01-21 22:15:39 -08:00
Pine Wu 02b7e03b72 Update service 2019-01-18 11:16:20 -08:00
Pine Wu 9a3ef8c4b2 Load html data using new API per Microsoft/vscode-html-languageservice#45 2019-01-18 11:09:34 -08:00
Pine c42df918e5
Merge pull request #66306 from Microsoft/octref/html-workspace-folders
Handle workspace folder reading for custom HTML data
2019-01-11 11:18:02 -08:00
SteVen Batten ccdd2997a6
update AI module (#66370)
fixes #64849
2019-01-10 17:43:25 -08:00
Pine Wu 177b805150 Handle workspace folder reading 2019-01-09 16:16:04 -08:00
Pine Wu b0e04e04c5 Remove outdated ionic/angular support in HTML 2019-01-08 16:20:38 -08:00
Matt Bierner c109d319fe Second pass converting for index based looping to for-of loops
More manual conversion of index based for loops to for-of loops
2019-01-04 12:03:23 -08:00
Pine Wu bae6c84d46 Update service for #66002 2019-01-03 21:14:50 -08:00
Matt Bierner b4964bcf35 Replace some common index based for loops with for-of loops
Replaces many loops of the form:

```js
for (let i = 0; i < elements.length; ++i) {
    const i = elements[i];
   ...
}
```

with:

```js
for (const element of elements) {
    ...
}
```

Mix of a horrible regex based find/replace and manual touch ups
2019-01-03 19:11:18 -08:00
Matt Bierner 5cc00861fc Enable no-var-keyword tslint rule 2019-01-03 18:02:48 -08:00
Rob Lourens ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Rob Lourens d34a1244b2 Add periods to setting descriptions 2018-12-31 15:52:14 -08:00
Pine Wu e489f935a2 Ensure no spaces when working on html LS 2018-12-19 09:14:49 -08:00
Pine Wu 9b5795b0fe Fix #64993 2018-12-14 14:19:05 -08:00
Pine Wu d198091b68 html.experimental.custom.tags/attributes for Microsoft/vscode#62976 2018-11-28 16:34:12 -08:00
isidor 1e3efda93c polish cgmanifest.json 2018-11-20 17:02:09 +01:00
isidor 085f4656ed add some commit hashes and versions to cgmanifest.json 2018-11-20 16:31:08 +01:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
isidor 2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
isidor 347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
ImgBotApp d412f89baf
[ImgBot] Optimize images
*Total -- 201.93kb -> 142.81kb (29.28%)

/extensions/npm/images/npm_icon.png -- 3.21kb -> 0.51kb (84.1%)
/src/vs/workbench/parts/debug/electron-browser/media/stepout-tb.png -- 2.89kb -> 0.47kb (83.83%)
/src/vs/workbench/parts/debug/electron-browser/media/stop-tb.png -- 1.50kb -> 0.35kb (76.43%)
/src/vs/workbench/parts/debug/electron-browser/media/pause-tb.png -- 1.55kb -> 0.37kb (76.34%)
/src/vs/workbench/browser/parts/editor/media/forward-tb.png -- 1.57kb -> 0.37kb (76.25%)
/src/vs/workbench/browser/parts/editor/media/back-tb.png -- 1.52kb -> 0.37kb (75.53%)
/src/vs/workbench/parts/debug/electron-browser/media/continue-tb.png -- 1.60kb -> 0.42kb (73.48%)
/src/vs/workbench/parts/debug/electron-browser/media/stepinto-tb.png -- 1.66kb -> 0.47kb (71.51%)
/src/vs/workbench/parts/debug/electron-browser/media/restart-tb.png -- 1.91kb -> 0.59kb (68.84%)
/src/vs/workbench/parts/debug/electron-browser/media/stepover-tb.png -- 1.93kb -> 0.62kb (67.75%)
/resources/linux/code.png -- 5.76kb -> 2.66kb (53.86%)
/extensions/html-language-features/icons/html.png -- 4.40kb -> 2.28kb (48.15%)
/extensions/theme-seti/icons/seti-circular-128x128.png -- 8.73kb -> 4.70kb (46.12%)
/extensions/typescript-language-features/icon.png -- 1.60kb -> 0.97kb (39.15%)
/src/vs/platform/extensionManagement/node/media/defaultIcon.png -- 1.65kb -> 1.03kb (37.49%)
/src/vs/workbench/parts/extensions/electron-browser/media/defaultIcon.png -- 1.65kb -> 1.03kb (37.49%)
/extensions/vscode-api-tests/testWorkspace/sub/image.png -- 35.87kb -> 24.99kb (30.33%)
/extensions/vscode-api-tests/testWorkspace/image.png -- 35.87kb -> 24.99kb (30.33%)
/resources/win32/code_150x150.png -- 0.55kb -> 0.39kb (29.96%)
/extensions/css-language-features/icons/css.png -- 5.07kb -> 3.63kb (28.37%)
/extensions/json-language-features/icons/json.png -- 5.84kb -> 4.33kb (25.89%)
/extensions/markdown-language-features/icon.png -- 1.19kb -> 0.88kb (25.86%)
/src/vs/workbench/parts/extensions/electron-browser/media/theme-icon.png -- 9.90kb -> 7.42kb (25.1%)
/extensions/php-language-features/icons/logo.png -- 10.85kb -> 8.99kb (17.13%)
/extensions/gulp/images/gulp.png -- 7.36kb -> 6.20kb (15.8%)
/extensions/merge-conflict/resources/icons/merge-conflict.png -- 2.47kb -> 2.10kb (14.96%)
/extensions/jake/images/cowboy_hat.png -- 43.85kb -> 41.67kb (4.98%)
2018-11-06 20:46:03 +00:00
Martin Aeschlimann 65143c991f [html] update service 2018-10-29 17:18:21 +01:00
Johannes Rieken b343fcf6ab declare proposed api usage only where actually being used 2018-10-24 12:27:59 +02:00
Ramya Achutha Rao a975e59eaf Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00
Matt Bierner 92a9a07213 Remove duplicate blank lines at the start of some extension src files 2018-10-02 16:28:19 -07:00
Matt Bierner ff957050db Remove use strict in extensions (part 2)
We compile using alwaysStrict so this directive is not needed
2018-10-02 16:23:27 -07:00
Matt Bierner 4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner 9116ec29ab Use shared config for html server 2018-10-02 10:24:20 -07:00
Matt Bierner e12fbaa5cd Update html, css, andjson clients to use shared tsconfig 2018-10-02 10:24:19 -07:00
Joao Moreno 707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
Ramya Achutha Rao 972ee3f948 Use latest applicationinsights in extensions too 2018-09-25 16:45:00 -07:00
Pine Wu 690563da6e Update css language service in html 2018-09-24 14:56:30 -07:00
Johannes Rieken 5037516238 updated lock files 2018-09-20 12:06:55 +02:00
Johannes Rieken 6999ddbab7 update vscode-extension-telemetry 2018-09-20 12:06:55 +02:00
Alex Dima 34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02:00
Martin Aeschlimann 2dd4d2b56f update css/html/json dependencies and webpack cleanup (fixes #57431, fixes #58417) 2018-09-19 16:52:47 +02:00
Martin Aeschlimann 73e5ac4db0 [html] update service, fix webpackaging 2018-09-19 10:54:40 +02:00
Ramya Achutha Rao d0a67178ca Update appinsights in built in extensions 2018-09-18 18:35:12 -07:00
Pine Wu 39fbbf02c4 Do not suggest dot files in html/css. Fix #46780 2018-09-18 11:38:09 -07:00
Martin Aeschlimann 9040bf6802 [html] no longer pack vscode 2018-09-18 18:33:35 +02:00
Martin Aeschlimann e5a4794f7a [html] update dependencies 2018-09-18 18:33:35 +02:00
Martin Aeschlimann 486ac95f43 [html] embedded folding ranges computed too many times (fixes #47712) 2018-09-18 18:33:35 +02:00
Martin Aeschlimann 7540711d86 [html] test for #58435 2018-09-18 18:33:35 +02:00
Martin Aeschlimann 5553d6e045 html: fix test script 2018-09-13 16:05:39 +02:00
Johannes Rieken f1962fe5ad webpack - use mainFields: ['module', 'main'] for everyone 2018-09-13 11:48:06 +02:00
Johannes Rieken 5b223a4529 debt - nicer regex for fwd and bwd slashes 2018-09-13 11:37:39 +02:00
Rob Lourens 60b4b9939e Show HTML setting descriptions as markdown, remove wrapAttributesIndentSize from #55743 2018-09-11 11:46:03 -07:00
Martin Aeschlimann 085854cd2b [html] jquery completions no longer work. Fixes #58299 2018-09-11 13:55:25 +02:00
Johannes Rieken c2c5819fc8 adopt vscode-nls 4.0.0 2018-09-06 14:44:33 +02:00
Johannes Rieken f82bcb20ed webpack - move __dirname-config up into shared config 2018-09-03 12:38:46 +02:00
Martin Aeschlimann 9d3307317e remove wrapAttributesIndentSize from settings for now (for #55743) 2018-08-30 14:22:37 +02:00
Johannes Rieken 051da84e0f webpack - fix regular expressions 2018-08-30 09:05:14 +02:00
Martin Aeschlimann a72ca7cc79 [css/html/json] adopt webpack ignore pattern to windows paths 2018-08-29 21:50:17 +02:00
Martin Aeschlimann b7a8c6c1ef [html] fix tests 2018-08-29 15:45:41 +02:00
Martin Aeschlimann 7fd581283d [html] update service. Fixes #57445 2018-08-29 15:01:14 +02:00
Martin Aeschlimann 1cdea4a654 fix css/html/json language clients 2018-08-28 11:27:09 +02:00
Martin Aeschlimann 112f31a683 [html] Add wrap_attributes_indent_size and aligned-multiple options.Fixes #55743 2018-08-27 22:51:15 +02:00
Martin Aeschlimann bcec0d3d5c [html] update dependencies 2018-08-27 18:15:55 +02:00
Martin Aeschlimann 1047f48993 strict warnings in pathCompletion 2018-08-27 12:13:15 +02:00
Martin Aeschlimann bfa0463154 [html] webpack
html
2018-08-27 09:46:52 +02:00
Martin Aeschlimann 749a7f314f [html/css/json] improve vscodeignore 2018-08-22 11:13:10 +02:00
Benjamin Pasero 920defc6a6 debt - update extensions node dependency to 8.x 2018-08-14 10:44:56 +02:00
Martin Aeschlimann 4fa62b246c [html] should disable ionic suggestions by default. Currently forces deprecated Ionic v1 suggestions in .html files while typing. Fixes #53324 2018-08-03 12:05:50 +02:00
Ramya Achutha Rao 1912c5d755 Allow extensions to log telemetry to log files #54001 2018-07-30 16:18:54 -07:00
Martin Aeschlimann 21c22840c5 [html] adopt lsp (folding, colors) 2018-07-25 12:22:04 +02:00
Jackson Kearl f99a1e6505 Dots 2018-07-23 16:02:21 -07:00
Jackson Kearl 5916baa42e Update settings text for my chunk 2018-07-23 15:54:19 -07:00
Greg Van Liew c150d0d42d Edit pass on new built-in extension comments (#54277) 2018-07-13 15:28:27 -07:00
Ramya Achutha Rao a32654c5f1 Link to docs in the website from builtin extension readme #54098 2018-07-12 18:16:01 -07:00
Ramya Achutha Rao 0d7ee9e076 Link to CONTRIBUTING.md for built-in extensions #54098 2018-07-12 18:09:35 -07:00
Ramya Achutha Rao 75cda752a5 Move how to contribute to a separate file for built in extensions #54098 2018-07-12 18:06:16 -07:00
Ramya Achutha Rao f89c16c04c Standardize readme across built-in extensions #54098 2018-07-11 16:38:32 -07:00
Matt Bierner 3ea1e53bbd Update to TS 3.0 insiders 2018-07-09 09:34:24 -07:00
Dirk Baeumer 21991b4912 Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00
Martin Aeschlimann 61231a6f34 [css] update service (fixes #53159) 2018-06-29 08:57:13 +02:00
Pine Wu b3e7079dda [css] Update css-language-service for css/html 2018-06-25 11:52:25 -07:00
Joao Moreno 8a3ffed0ab vsts: report smoketest results 2018-06-12 17:37:53 +02:00
Joao Moreno 4dc738593b complete integration test results 2018-06-12 17:24:23 +02:00
Pine Wu 0493de9e30 Add parallel build scripts for html-language-features 2018-06-06 12:50:32 -07:00
Martin Aeschlimann e74a6601c3 [css][html] update service 2018-05-31 15:50:14 +02:00
Martin Aeschlimann bfd155e603 [html] update services 2018-05-28 22:51:10 +02:00
Martin Aeschlimann e3635ac300 [handlebars] code-folding algorithm is less useful than Indentation-based one. Fixes #48457 2018-05-28 17:13:56 +02:00
Matt Bierner 2355af8bf5 Fix compile error from TS update 2018-05-24 15:34:46 -07:00
Martin Aeschlimann 17f4d5346f [html] update dependencies 2018-05-23 16:49:17 +02:00
Martin Aeschlimann c52fe7087c color provider server capability doesn't define boolean (yet). For Microsoft/vscode-languageserver-node#349 2018-05-15 12:05:59 +02:00
Martin Aeschlimann 752acd5042 [html] return max number of ranges (for #46687) 2018-05-08 10:33:34 +02:00
Matt Bierner bf99321408 Pick up new TS insiders 2018-05-03 16:51:46 -07:00
Pine Wu e4e7c25708 Revert "Restrict html/css to only handling file and untitled files. Part of #48777"
This reverts commit 0dfeec2eef.
2018-05-02 10:13:29 -07:00
Martin Aeschlimann 505c9392d5 test for #48049 2018-05-02 17:19:07 +02:00
Martin Aeschlimann f2d37611f1 Replace FoldingRangeKind type with normal enum. Fixes #48956 2018-04-30 18:13:41 +02:00
Pine Wu 0dfeec2eef Restrict html/css to only handling file and untitled files. Part of #48777 2018-04-26 10:58:35 -07:00
Ramya Achutha Rao 1139de12c0 Create appInsights client only if user has opt-in to telemetry 2018-04-25 15:21:15 -07:00
Ramya Achutha Rao c314388da2 Move emmet from html extenstion to emmet extension 2018-04-22 21:49:56 -07:00
Martin Aeschlimann c09ffd53fe [html] update service 2018-04-22 18:43:32 +01:00
Ramya Achutha Rao 0c47c04e85 Add missing yarn updates 2018-04-21 20:44:21 -07:00
Ramya Achutha Rao 953cdf7f3d Update vscode-extension-telemetry version 2018-04-20 10:30:05 -07:00
Ramya Achutha Rao c1cd4378c5 Upstream bug fixes 2018-04-19 20:40:52 -07:00