Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v8/vscode-torque
Visual Studio Code Extension for V8 Torque Language Support
https://github.com/v8/vscode-torque
Last synced: 4 days ago
JSON representation
Visual Studio Code Extension for V8 Torque Language Support
- Host: GitHub
- URL: https://github.com/v8/vscode-torque
- Owner: v8
- License: apache-2.0
- Created: 2019-05-21T05:36:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T14:01:57.000Z (over 5 years ago)
- Last Synced: 2024-08-04T09:09:27.233Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 33
- Watchers: 43
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# V8 Torque Language Support
This extension adds language support for the V8 project internal language
[V8 Torque](https://v8.dev/docs/torque).
This is not an officially supported Google product.## Language server
The language server is not built by default. To build the language server manually:
```
cd
autoninja -C torque-language-server
```The default directory where the extension looks for the executable is `out/x64.release`,
but the absolute path to the executable can be configured with the `torque.ls.executable`
setting.## Installation instructions
Open [Visual Studio Code](https://code.visualstudio.com/). Press `Ctrl+Shift+X` or `Cmd+Shift+X` to open the Extensions pane. Find and install the “V8 Torque Language Support” extension. Alternatively, install the extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=v8-torque.vscode-torque). Open any `.tq` file in VS Code. The extension is now activated!