Matt Bierner
bf9604c568
Add event for when inlay hints are provided ( #191134 )
2023-08-23 23:15:07 +01:00
Alex Ross
f605341af6
Syntax highlighting incorrect in vscode.python for the word 'file' ( #191111 )
...
* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190
* Update colorization test
2023-08-23 22:17:23 +01:00
Matt Bierner
557695b920
Fix inlay hint location ( #191122 )
2023-08-23 14:10:55 -07:00
Kartik Raj
5257764dea
Merge pull request #191016 from microsoft/kartik/fluttering-pony
...
Finalize proposed env workspace collection API
2023-08-23 11:13:41 -07:00
Alex Ross
bd67b50dfd
Remove tree item checkbox proposal from tests ( #191084 )
...
Fixes #191081
2023-08-23 19:28:19 +02:00
Daniel Imms
1461c7d382
Finalize EnvironmentVariableMutatorOptions API
...
Fixes #179476
2023-08-23 07:54:24 -07:00
Hans
6885d66040
adjust tabs and spaces consistent ( #184861 )
2023-08-23 14:19:42 +02:00
Ulugbek Abdullaev
e4bfe48d92
Merge pull request #190649 from microsoft/ulugbekna/insert-at-cursor-api
...
MappedEditsProvider API
2023-08-23 12:28:24 +02:00
hsfzxjy
870d659ffd
Fix nested list style in Markdown preview ( #190936 )
2023-08-22 22:24:53 +00:00
Matt Bierner
013600cf33
Don't show copy image in command palette ( #190907 )
...
#190773
2023-08-22 22:14:24 +01:00
Kartik Raj
b1d5542cfd
Finalize proposed env workspace collection API
2023-08-22 20:22:32 +00:00
Kartik Raj
f40dabca07
Merge pull request #190532 from microsoft/kartik1/something
...
Update proposed scoped environment collection API
2023-08-22 13:19:47 -07:00
Ulugbek Abdullaev
fe52b50e41
add mappedEditsProvider proposed API ID to integration tests' package.json
2023-08-22 15:57:40 +02:00
Aiday Marlen Kyzy
82cbf90600
clearing the timeout on dispose of the class
2023-08-22 09:43:11 +02:00
Aiday Marlen Kyzy
46ca479aa3
using a resource map now, need to normalize to a string?
2023-08-22 09:42:12 +02:00
Aiday Marlen Kyzy
df5bf004f4
checking also that the file is of type typescriptreact
2023-08-22 09:33:41 +02:00
Aiday Marlen Kyzy
32c476a056
adding a comment right above the setting
2023-08-22 09:31:25 +02:00
Matt Bierner
6f8b058b10
Pick up TS 5.2 RC ( #190922 )
2023-08-21 23:47:03 +01:00
floge07
d0b14e8569
fix: allow underscore as a valid char in tunnel remote address ( #190904 )
...
adjust the regexes used to validate tunnel remote addresses, add underscore as a valid char.
2023-08-21 19:18:44 +00:00
Martin Aeschlimann
98f63f1849
Merge branch 'main' into ulugbekna/insert-at-cursor-api
2023-08-21 18:43:52 +02:00
Aiday Marlen Kyzy
5fbf0d2ed1
passing in instead the diagnostic collection
2023-08-21 17:42:44 +02:00
Aiday Marlen Kyzy
fb4b533d93
extracting the method _increaseDiagnosticCodeCount to avoid duplication
2023-08-21 17:01:53 +02:00
Aiday Marlen Kyzy
8db8d30dfa
using the utility method equals
2023-08-21 16:56:13 +02:00
Aiday Marlen Kyzy
cf21c24624
updating all the diagnostics after the timeout
2023-08-21 16:48:48 +02:00
Aiday Marlen Kyzy
76cc0881d3
using instead the uri string
2023-08-21 16:24:57 +02:00
Alexandru Dima
fa5fbd1221
Merge branch 'main' into aiday/telemetryDiagnosticData
2023-08-21 14:11:19 +02:00
Ulugbek Abdullaev
c3a4fbbe8f
add vscode.executeMappedEditsProvider command & use it to have integration tests for mapped-edits service
2023-08-21 13:00:50 +02:00
Martin Aeschlimann
69b2435e14
set a user agent when attempting to retrieve $schema JSON Schemas ( #190726 )
2023-08-21 12:14:11 +02:00
Martin Aeschlimann
829932cb62
improve json schema settings descriptions ( #190735 )
2023-08-21 12:13:51 +02:00
Aaron Munger
7ebfc44283
removed formatting changes
2023-08-18 11:04:43 -07:00
Aaron Munger
bd60cc529c
allow copying cell output images from context menu
2023-08-18 10:43:43 -07:00
Aiday Marlen Kyzy
afcac53ae9
review comments
2023-08-18 14:59:44 +02:00
Aiday Marlen Kyzy
03f09a238c
adding a comment
2023-08-18 14:40:14 +02:00
Aiday Marlen Kyzy
1f86585b9b
remove the setting of 10000 for updating the diagnostics
2023-08-18 14:37:30 +02:00
Aiday Marlen Kyzy
d56bd87a31
using instead the vscode Uri instead of the entity from vscode-uri
2023-08-18 14:35:17 +02:00
Aiday Marlen Kyzy
3e937b6a20
cleaning the code
2023-08-18 12:55:25 +02:00
Aiday Marlen Kyzy
1829704675
cleaning the code
2023-08-18 12:17:35 +02:00
Aiday Marlen Kyzy
008b00d24f
taking the diff between current and previous snapshot
2023-08-18 11:33:03 +02:00
Aiday Marlen Kyzy
81ae16ba6e
sending the telemetry event in a loop
2023-08-18 10:47:35 +02:00
Aiday Marlen Kyzy
0d4db5ffc4
sending the diagnostics on handle exit
2023-08-17 14:35:27 +02:00
Aiday Marlen Kyzy
614bfb3d33
sending diagnostics on file open
2023-08-17 14:07:03 +02:00
Matt Bierner
3f8a55b32c
trimLeft -> trimStart (#190601 )
...
These should be the same but the `trimLeft` name has been deprecated
2023-08-16 11:11:20 -07:00
Kartik Raj
7c577637e8
Fix test
2023-08-15 23:31:07 +00:00
Aiday Marlen Kyzy
b4801aeb02
adding the data relative to the diagnostic error codes in the typescript extension
2023-08-15 12:20:02 +02:00
Aaron Munger
4a2c8f805a
remove unused variable
2023-08-14 12:03:17 -07:00
Aaron Munger
3597d59152
Merge branch 'main' into aamunger/errorHtml
2023-08-14 11:49:27 -07:00
Aaron Munger
b9cd07d8bf
move html link creation to linkify function
2023-08-14 11:44:28 -07:00
Henning Dieterichs
d72cb889ed
Uses inputActiveOptionBackground as default for actionBar.toggledBackground
2023-08-14 18:45:24 +02:00
Connor Peet
2d9cc42045
testing: menu contribution points around messages ( #190298 )
...
- Implements the proposal in #190277 by adding a `contextValue` to
TestMessages added to test runs.
- Make the `FloatingClickMenu` reusable outside the editor, and uses
it to implement a `testing/message/content` contribution point.
With this extensions can do things like:

2023-08-12 08:03:01 -07:00
Meghan Kulkarni
01d8f7d47c
regex fix for codeql ( #190211 )
...
* regex fix
* added suppression comment
2023-08-11 10:24:32 -07:00