Don Jayamanne
5efc2a498a
Localize ipynb extension commands ( #172272 )
...
* Localize ipynb extension commands
* More updates
2023-01-26 22:24:22 +01:00
Raymond Zhao
79d10f9591
Revert "Mark CompletionList as complete ( #169574 )" ( #172581 )
...
This reverts commit 3834785d0c .
2023-01-26 21:14:03 +01:00
Ladislau Szomoru
73072937bc
Git - deduplicate annotated and lightweight tags when showing the quick pick for tags ( #172527 )
2023-01-26 15:47:38 +01:00
Joyce Er
234bb7ea58
VS Code for the Web -> vscode.dev ( #172473 )
2023-01-25 23:41:09 +01:00
Tyler James Leonhardt
7fc1f6aacb
use better mechanism for base64 decoding with unicode characters ( #172445 )
...
Fixes #172441
2023-01-25 21:32:00 +01:00
Joyce Er
f63bfe3942
Fix auto publish before Continue On ( #172324 )
...
* Fix auto publish before Continue On
* Fix provider implementation
2023-01-25 12:12:18 -08:00
Matt Bierner
869f00e0c6
Restore slice call for decoding file contents ( #172438 )
...
We need to slice the bytes since we can't pass a shared array to text decoder
2023-01-25 20:59:20 +01:00
Martin Aeschlimann
d281b44e83
[css] update service ( #172431 )
2023-01-25 20:34:15 +01:00
Martin Aeschlimann
49e696c011
web: css language server not working when display language is set ( #172430 )
2023-01-25 20:19:40 +01:00
Ladislau Szomoru
82ed9fd51c
Git - fix wording for git repositories in parent folders ( #172375 )
...
* Git - update wording based on feedback
* Git - update wording based on feedback
2023-01-25 12:59:15 +01:00
Ladislau Szomoru
88df431511
Git - fix status bar icon for a detached commit ( #172271 )
2023-01-25 10:52:55 +01:00
Matt Bierner
d749617c78
Add more verbose logging to TS Server web calls ( #172325 )
2023-01-25 02:30:33 +01:00
Matt Bierner
6c710f3324
Give debug name to the TS Server workers ( #172328 )
...
Give a debug name to the TS Server workers
This gives the TS Server worker process debug name, which helps with debugging and profiling
2023-01-24 17:07:33 -08:00
Matt Bierner
983ee9c0f9
Make sure only lib files go through XMLHttpRequest in TS Server ( #172327 )
...
If project wide IntelliSense is enabled, we want to make sure only `lib` files do through the old `XMLHttpRequest` flow
2023-01-24 17:05:19 -08:00
Matt Bierner
191303d67c
Pick up latest katex with older version number ( #172323 )
...
Pulls in https://github.com/mjbvz/markdown-it-katex/commit/88f39cedd35bba713ebe26bdc153b378b17fde24
2023-01-24 16:48:25 -08:00
Matt Bierner
1ec468f1d6
Small fixes to web server ( #172295 )
...
- Fix loading of `/lib.dom.d.ts` files
- Remove file content copies being made on read
- Extract encoder/decoder constants
- Small formatting cleanup
- Remove platform setting since it's not relevant
2023-01-24 15:26:27 -08:00
Ladislau Szomoru
c35bf3b340
Git - change parent folder notification severity ( #172230 )
2023-01-24 19:18:37 +01:00
Ladislau Szomoru
569f3d1104
Git - update model state if a git operation fails ( #172122 )
2023-01-24 10:55:05 +01:00
Joyce Er
0a6c277e4f
Ensure Continue in Web and Continue in Clone appear in remote indicator on desktop git and remote git windows respectively ( #172086 )
2023-01-24 02:29:20 +01:00
Matt Bierner
3e4a338c7a
Fix compile errors in webserver ( #172083 )
...
- Remove deprecated flag
- Use more explicit typings
2023-01-24 00:39:58 +01:00
Matt Bierner
f6318f31f7
Try downloading repo for project wide IntelliSense ( #171686 )
...
* Try downloading repo for project wide IntelliSense
For #170920
* Defer preload
2023-01-23 16:30:56 -05:00
Matt Bierner
e4b323c098
Allow <source> tags in rendered markdown ( #172063 )
...
Fixes #171330
2023-01-23 21:07:25 +01:00
Martin Aeschlimann
2472a59bd6
[json/html/css] update dependencies ( #172058 )
2023-01-23 20:49:20 +01:00
Vitaly
b9ee0575f1
[typescript] fix potential [object Object] in member completions ( #171127 )
2023-01-23 19:35:37 +00:00
Logan Ramos
8cea434dec
Remove unused proposals ( #172035 )
2023-01-23 19:09:07 +01:00
Ladislau Szomoru
b87234ddca
Git - disable one more commands while a git operation is running ( #171989 )
...
* Git - disable 3 more commands while a git operation is running
* Do not disable the open change and open all changes commands
2023-01-23 17:13:55 +01:00
Martin Aeschlimann
c88c85c84b
[json/html] Update @vscode/extension-telemetry ( #171990 )
2023-01-23 15:41:33 +01:00
Ladislau Szomoru
6ee8313061
Git - update command label so that it is consistent with the other commands ( #171987 )
...
💄 Git - update command label so that it is consistent with the other commands
2023-01-23 15:24:08 +01:00
Johannes Rieken
b9bb22d1ba
allow single letter words in latex ( #171981 )
...
fixes https://github.com/microsoft/vscode/issues/170588
2023-01-23 14:25:37 +01:00
Ladislau Szomoru
cab92a3b9b
Git-Base - Add syntax highlighting to the rebase-merge/done file ( #171840 )
2023-01-20 17:32:40 +01:00
Ladislau Szomoru
9b63d86d77
Git - Add back logging message that was removed during refactoring ( #171831 )
2023-01-20 15:35:55 +01:00
Ladislau Szomoru
9c3e0aedb1
Git - do not show progress for the LogFile operation ( #171828 )
2023-01-20 15:03:07 +01:00
Ladislau Szomoru
78f9b06101
Git - handling git repositories in parent folders ( #171726 )
2023-01-20 09:10:53 +01:00
Sandeep Somavarapu
5b02e68e42
fix profile import/export in web ( #171753 )
...
- move it to configuration-editing extension
2023-01-19 15:13:23 -08:00
Ladislau Szomoru
be84f97b9a
Git - fix edge case when the repository is at the root of a mapped drive ( #171749 )
...
* Git - Handle repository at the root of a mapped drive
* Update comment
2023-01-19 20:46:21 +01:00
Joyce Er
00d12fcdb2
Prompt before auto publishing branch ( #171748 )
2023-01-19 20:34:54 +01:00
Matt Bierner
d0176b8a87
Only mangle extension private properties in production builds ( #171684 )
...
This speeds up watch-web
2023-01-19 00:16:25 +01:00
Matt Bierner
7545b2f6d0
Use single TS server output log channel on web ( #171679 )
...
Previously we were creating a new output channel for each server instance
2023-01-18 14:32:53 -08:00
Matt Bierner
9f48317464
Enable JS/TS project wide intellisense for opened folders on web ( #171678 )
...
For #170920
2023-01-18 23:25:11 +01:00
Ladislau Szomoru
e37cad47f2
Revert "Git - Improvements to opening git repositories in parent folders ( #171617 )" ( #171662 )
...
This reverts commit fe423bbdba .
2023-01-18 20:57:55 +01:00
Aaron Munger
c14229fd4c
Merge pull request #171555 from amunger/outputScrolling
...
div outputs scrollable, register scroll setting
2023-01-18 08:37:18 -08:00
Ladislau Szomoru
fe423bbdba
Git - Improvements to opening git repositories in parent folders ( #171617 )
...
* Initial implementation for external repositories
* Added setting
* Add basic welcome views
* Replaced "Always Open" with "Configure"
* Remove code duplication
* Polish based on feedback
* Language consistency
* Update notification severity
* Move away from the "external repository" terminology
* Refactor notification logic
* Saving my changes
* Further improvements
* Refactor parent repository notification
* Update message and fix edge case when setting is set to `never`
2023-01-18 15:27:58 +01:00
David Wengier
c080ef27d7
Update Razor repo ( #171560 )
...
* Update Razor repo
* Update cgmanifest too
Co-authored-by: Alex Ross <alros@microsoft.com >
2023-01-18 12:42:03 +01:00
Ladislau Szomoru
9a9d7bfdde
Git - Update getRefs pattern when querying for branches and tags ( #171605 )
2023-01-18 12:41:32 +01:00
Joyce Er
e7d34457a5
Auto publish branches before Continue On in git repositories ( #171211 )
...
* Support syncing with remote before Continue On
* Auto publish before Continue On in git extension
* Add configuration description
2023-01-18 11:25:47 +00:00
Tyler James Leonhardt
dcb358a79f
Remove console.log ( #171563 )
...
This was for debugging. If it was legit I would have used the logger that's available.
2023-01-18 12:13:23 +11:00
aamunger
f1e7784c53
div outputs scrollable, register scroll setting
2023-01-17 15:46:47 -08:00
Matt Bierner
116d314e60
Fix watch script exiting on error ( #171552 )
2023-01-17 14:53:24 -08:00
Martin Aeschlimann
d4b18e0bc1
n10n lookup in node language servers ( #171437 )
...
* config node language servers with l10n location
* fix loading
* add workaround comment
2023-01-17 23:05:55 +01:00
Jake Bailey
43907341df
Set disableLineTextInReferences=true in TS user preferences ( #171376 )
2023-01-17 16:46:36 +00:00