Last active
May 27, 2025 11:31
-
-
Save gusenov/c7fd2e1141ec920e6e1bfd9bf2900a62 to your computer and use it in GitHub Desktop.
Установка расширений для Visual Studio Code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'dart-code.flutter'... | |
| Extension 'dart-code.flutter' v3.110.0 was successfully installed. | |
| Extension 'dart-code.dart-code' v3.104.0 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'github.copilot'... | |
| Extension 'github.copilot-chat' v0.15.2 was successfully installed. | |
| Extension 'github.copilot' v1.197.0 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Extension 'github.copilot-chat' v0.15.2 is already installed. Use '--force' option to update to latest version or provide '@<version>' to install a specific version, for example: '[email protected]'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-python.python'... | |
| Extension 'ms-python.debugpy' v2024.6.0 was successfully installed. | |
| Extension 'ms-python.python' v2024.6.0 was successfully installed. | |
| Extension 'ms-python.vscode-pylance' v2024.5.1 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-toolsai.jupyter'... | |
| Extension 'ms-toolsai.jupyter-keymap' v1.1.2 was successfully installed. | |
| Extension 'ms-toolsai.vscode-jupyter-cell-tags' v0.1.9 was successfully installed. | |
| Extension 'ms-toolsai.vscode-jupyter-slideshow' v0.1.6 was successfully installed. | |
| Extension 'ms-toolsai.jupyter' v2024.4.0 was successfully installed. | |
| Extension 'ms-toolsai.jupyter-renderers' v1.0.17 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-toolsai.jupyter-hub'... | |
| Extension 'ms-toolsai.jupyter-hub' v2023.10.1003012305 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-vscode.cpptools'... | |
| Extension 'ms-vscode.cpptools' v1.20.5 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-vscode.cpptools-extension-pack'... | |
| Extension 'ms-vscode.cpptools-extension-pack' v1.3.0 was successfully installed. | |
| Extension 'ms-vscode.cpptools-themes' v2.0.0 was successfully installed. | |
| Extension 'ms-vscode.cmake-tools' v1.18.41 was successfully installed. | |
| Extension 'twxs.cmake' v0.0.17 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing extensions... | |
| Installing extension 'ms-vscode.hexeditor'... | |
| Extension 'ms-vscode.hexeditor' v1.10.0 was successfully installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| code --install-extension GitHub.copilot | |
| code --install-extension GitHub.copilot-chat | |
| code --install-extension ms-python.python | |
| code --install-extension ms-toolsai.jupyter | |
| code --install-extension ms-toolsai.jupyter-hub | |
| code --install-extension ms-vscode.cpptools | |
| code --install-extension ms-vscode.cpptools-extension-pack | |
| code --install-extension ms-vscode.hexeditor | |
| code --install-extension Dart-Code.flutter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment