Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DatoriaNew to Visual Studio Code? Get it now.
Datoria

Datoria

Datoria

|
9 installs
| (0) | Free
Language server for Datoria
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Datoria - Datoria LSP client

Open the folder where your project is located. The plugin will automatically load if the file datoria-config.json exists.

Features

Autocompletion for TypeScript and SQL Fragments

Enjoy intelligent autocompletion that speeds up development by suggesting relevant TypeScript syntax and SQL expressions, making it easier to write error-free code.

Interactive Rendering of SQL Fragments

Visualize and explore SQL fragments directly within VS Code. See how fragments fit into your pipeline and quickly understand complex queries at a glance.

Validation in the Virtual Data Platform

Validate your SQL queries against the virtual data platform to ensure correctness and compatibility, reducing errors before deployment.

Actionable Error Messages

Get detailed and precise error messages that not only highlight issues but also suggest fixes, enabling faster debugging and improving productivity.

Getting started

1. Prerequisites

  • Ensure you're logged in to google cloud with gcloud auth application-default login.
  • Download the datoria application and expose it to the classpath.

2. Initial Setup

To configure a new project, initialize it with datoria init. This command generates the required files in your project directory.

Example Configuration:

{
  "gcp": {
    "projectId": "my-google-cloud-project",
    "locationId": "US"
  }
}

3. Launching the Plugin

  • Open your project folder in VS Code.
  • The plugin will automatically activate when the datoria-config.json file is detected in the root folder.

Troubleshooting

If the plugin does not load:

  • Verify that the datoria-config.json file exists in your project directory.
  • Confirm that you are logged in with gcloud auth application-default login.
  • Ensure the Datoria application binary is accessible in your system classpath.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft