Skip to content

Commit

Permalink
use @vscode/test-web@0.0.33 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Dec 2, 2022
1 parent f00b373 commit b865476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mocha": "^10.1.0",
"typescript": "^4.9.3",
"@vscode/test-electron": "^2.2.0",
"@vscode/test-web": "^0.0.32",
"@vscode/test-web": "^0.0.33",
"@types/webpack-env": "^1.18.0",
"@types/vscode-notebook-renderer": "^1.72.0",
"concurrently": "^5.3.0",
Expand Down

1 comment on commit b865476

@IBH749
Copy link

@IBH749 IBH749 commented on b865476 Jan 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git clone https://github.com/tdlib/td.git
cd td
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad
./bootstrap-vcpkg.bat
./vcpkg.exe install gperf:x86-windows openssl:x86-windows zlib:x86-windows
cd ..
Remove-Item build -Force -Recurse -ErrorAction SilentlyContinue
mkdir build
cd build
cmake -A Win32 -DCMAKE_INSTALL_PREFIX:PATH=../tdlib -DCMAKE_TOOLCHAIN_FILE:FILEPATH=../vcpkg/scripts/buildsystems/vcpkg.cmake ..
cmake --build . --target install --config Release
cd ..
cd ..
dir td/tdlib

Please sign in to comment.