mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 18:28:50 +00:00
* using relative values instead of absolute values for the font size and the line height
* renaming to multiplier
* setting back to font size and line height
* Revert "renaming to multiplier"
This reverts commit 5588855659.
* doing some polishing work
* changing the api
* updating to higher version of vscode-textmate
* also changing the vscode textmate package version for the remote extension
* increasing the vscode textmate version in remote/web
* updating package lock json
* using css variables instead of fetching font size from config service
* removing the second multiplier event
* adding ? after dom element style
* Ensure dots from floating fontSize are stripped from class names
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
27 lines
874 B
JSON
27 lines
874 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
|
"@vscode/iconv-lite-umd": "0.7.1",
|
|
"@vscode/tree-sitter-wasm": "^0.3.0",
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
|
"@xterm/addon-clipboard": "^0.3.0-beta.101",
|
|
"@xterm/addon-image": "^0.10.0-beta.101",
|
|
"@xterm/addon-ligatures": "^0.11.0-beta.101",
|
|
"@xterm/addon-progress": "^0.3.0-beta.101",
|
|
"@xterm/addon-search": "^0.17.0-beta.101",
|
|
"@xterm/addon-serialize": "^0.15.0-beta.101",
|
|
"@xterm/addon-unicode11": "^0.10.0-beta.101",
|
|
"@xterm/addon-webgl": "^0.20.0-beta.100",
|
|
"@xterm/xterm": "^6.1.0-beta.101",
|
|
"jschardet": "3.1.4",
|
|
"katex": "^0.16.22",
|
|
"tas-client": "0.3.1",
|
|
"vscode-oniguruma": "1.7.0",
|
|
"vscode-textmate": "^9.3.1"
|
|
}
|
|
}
|