mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
11 lines
252 B
JSON
11 lines
252 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"diagnostics.globals": [
|
|
"hs",
|
|
"spoon"
|
|
],
|
|
"workspace.library": [
|
|
"/Applications/Hammerspoon.app/Contents/Resources/extensions/hs"
|
|
]
|
|
}
|