dinoco_vscode 0.1.1

Language server components for Dinoco editor and VS Code integration.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dinoco_vscode"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "Language server components for Dinoco editor and VS Code integration."
homepage = "https://docs.dinoco.io"
repository = "https://github.com/dinoco-rs/dinoco"
readme = "../crates.md"
keywords = ["orm", "lsp", "vscode", "editor", "database"]

[dependencies]
dashmap = "5.5"
tower-lsp = "0.20"
tokio = { version = "1.50.0", features = ["full", "rt-multi-thread"] }

dinoco_compiler = { path = "../dinoco_compiler", version = "0.1.1" }
dinoco_formatter = { path = "../dinoco_formatter", version = "0.1.1" }