Commit graph

109 commits

Author SHA1 Message Date
Alex Ross 6e2b7dda7a
Update cpp and objective c grammars 2021-07-13 11:44:15 +02:00
Alex Ross d5c5e1cb2c
Update C# grammar 2021-07-05 09:53:39 +02:00
Matt Bierner 3d2a28fcd8
Disable math highlighting in markdown fenced code blocks 2021-07-01 15:46:56 -07:00
Matt Bierner 2ae31a96cf
Add math grammar/language to markdown math blocks
Fixes #124719
2021-06-17 18:01:19 -07:00
Alex Ross 57a760e71f
Update grammars 2021-06-11 10:11:40 +02:00
Martin Aeschlimann 2fb55257fe
default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
Jackson Kearl ab1c920200
Try setting gettingStarted as default editor (#125321)
* Try setting gettingStarted as default editor

* Try fix getting started webview crashing in colorizer tests

* Dont focus overeagarly
2021-06-02 17:43:34 -07:00
Jackson Kearl 941a603ccd
Revert "Try fix getting started as default crashing integration tests"
This reverts commit 0206b2ee43.
2021-06-02 12:13:39 -07:00
Jackson Kearl 0206b2ee43
Try fix getting started as default crashing integration tests 2021-06-02 12:13:02 -07:00
Martin Aeschlimann a961587ecf
dart as built-in language 2021-05-26 11:52:41 +02:00
Alex Ross 8de5c819a1
Add test for C# grammar but
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 15:05:52 +02:00
Alex Ross df15c8e832
Update grammars 2021-05-04 13:42:19 +02:00
Robo bce4d71f64
chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Miguel Solorio ac48f78dd6
Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
Benjamin Pasero 14981ce89d tests - enable colors for windows (CI supports it and the new Windows terminal too) 2021-04-19 09:29:20 +02:00
Matt Bierner 119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Alex Ross 65a763bdf8
Remove long cpp colorizer test
Fixes #120095
2021-04-01 12:11:37 +02:00
Pooya Vakeely 95420b39f2
Add cuda-cpp lang id, grammar and problem matchers (#119444)
* Adding a language ID for CUDA

* Adding aliases for CUDA C++

* Add problem matcher for cuda-cpp based on nvcc output

* Adding a grammar for cuda-cpp

* Adding a language configuration file for cuda-cpp

* Adding a colorizer test for cuda-cpp

* Update the update-grammars.js to pick up cuda-cpp.tmLanguage.json

* Add cgmanifest entry for cuda grammar

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-03-30 11:18:48 +02:00
Alex Ross 17e7a257ff
Update grammars 2021-03-29 15:16:24 +02:00
Alex Ross bc405e936f
Try new CSS grammar
Fixes #115480
2021-03-11 16:09:05 +01:00
Alex Ross 6949fed6ed Update grammars and fix julia update script for Windows 2021-03-03 17:26:09 +01:00
Benjamin Pasero e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Martin Aeschlimann ebac2cfa10 add colorizer test 2021-02-08 16:33:12 +01:00
João Moreno ec805db5ed
add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
Martin Aeschlimann 68b7e79867 fix test-product icon 2021-01-25 21:54:34 +01:00
João Moreno af2bcd4d46
bring back vscode-colorize-tests 2021-01-19 11:39:39 +01:00
João Moreno bc7d3c9ea6
remove grammar extensions 2021-01-15 12:35:17 +01:00
Alexandru Dima f74ad9692f
Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima 7ca71e763d
Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Alexandru Dima ed19f6082f
Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00
Ladislau Szomoru b2efcbf687
Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
Martin Aeschlimann fe5024cb35 Handle invalid token type/modifier indexes. Fixes #96540 2020-05-01 16:48:19 +02:00
Alex Dima 65309e1d7c
Have SemanticTokensBuilder.build() return SemanticTokens (for #93614) 2020-03-30 15:52:25 +02:00
Martin Aeschlimann 3c938c800a language specific scopes 2020-03-29 18:03:17 +02:00
Martin Aeschlimann eeda7a1fb1 add icon registry 2020-03-09 13:53:43 +01:00
Martin Aeschlimann f91c7ded03 product icons more 2020-03-06 16:26:59 +01:00
Pine Wu 2362584a62 Revert "Fix #73803"
This reverts commit 67e6aef0c8.
2020-03-06 00:30:14 -08:00
Pine Wu 4857a9a746 Revert "Fix integration test"
This reverts commit 5a0ab960f0.
2020-03-06 00:29:57 -08:00
Pine Wu 5a0ab960f0 Fix integration test 2020-03-05 12:41:06 -08:00
Pine Wu 67e6aef0c8 Fix #73803 2020-03-05 11:34:58 -08:00
Martin Aeschlimann b2e0925ba1 update jsonc-parser 2020-02-21 15:03:33 +01:00
Martin Aeschlimann ce26bb6ce0 improved semanticTokenStyleDefaults sample 2020-01-30 21:36:50 +01:00
Martin Aeschlimann 9b398ecf88 rename to semanticTokenStyleDefaults.scope 2020-01-30 21:36:50 +01:00
Martin Aeschlimann c88756957a rename to semanticTokenTypes, semanticTokenModifiers & semanticTokenStyleDefaults 2020-01-30 21:36:50 +01: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 12eb715644 (re)enable no-extra-semi rule 2020-01-02 21:12:03 +01:00
Martin Aeschlimann 2bde45241a add semantic token example folder 2019-12-12 12:10:24 +01:00
Martin Aeschlimann 013132d657 fix selectorPattern 2019-12-11 17:08:56 +01:00
Martin Aeschlimann 54151bb664 [semantic tokens] Use singular for token type names Fixes #86281 2019-12-06 12:23:22 +01:00
Martin Aeschlimann 8b449d1a08 semantic token test: fix length, skip unknown tokens 2019-12-03 10:52:52 +01:00