diff --git a/CHANGELOG.md b/CHANGELOG.md index 118e310..9b76817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `box.space.*:format()` documentation and annotations. - `box.schema.role` and `box.schema.user` documentation and type annotations. - Annotations on a few supplementary spaces like `box.schema._cluster`. +- Setting up provided Rock type annotations (currently only `vshard` is done). ### Changed diff --git a/src/extension.ts b/src/extension.ts index a200ddc..e06678f 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -2,7 +2,10 @@ import * as vscode from 'vscode'; import * as tt from './tt'; import * as fs from 'fs'; -const annotationsPaths = [ __dirname + "/Library" ]; +const annotationsPaths = [ + __dirname + "/Library", + __dirname + "/Rocks" +]; const emmyrc = { "runtime": { "version": "LuaJIT"