Skip to content

Commit

Permalink
vscode: add settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-art committed Jan 28, 2024
1 parent 1ac46ec commit c7f0a5a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"cSpell.words": [
"autoincrement",
"bsize",
"euid",
"frommap",
"icontains",
"iproto",
"linearizable",
"luatest",
"maxalloc",
"metatable",
"metatables",
"msgpack",
"rowcount",
"RTREE",
"savepoint",
"tarantool",
"tarantoolscript",
"unprepare",
"upserts",
"userdata",
"varbinary",
"vclock",
"xfail"
],
"Lua.diagnostics.globals": [
"box"
]
}

0 comments on commit c7f0a5a

Please sign in to comment.