Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v8/vscode-torque

Visual Studio Code Extension for V8 Torque Language Support
https://github.com/v8/vscode-torque

Last synced: about 2 months ago
JSON representation

Visual Studio Code Extension for V8 Torque Language Support

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!