Skip to content

Commit 17b0592

Browse files
Version 1
0 parents  commit 17b0592

File tree

5 files changed

+985
-0
lines changed

5 files changed

+985
-0
lines changed

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
// List of extensions which should be recommended for users of this workspace.
5+
"recommendations": [
6+
"sumneko.lua"
7+
],
8+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
9+
"unwantedRecommendations": []
10+
}

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Lua.diagnostics.disable": [
3+
"lowercase-global"
4+
],
5+
"Lua.diagnostics.globals": [
6+
"obslua"
7+
],
8+
}

obs-zoom-to-mouse.gif

13.4 MB
Loading

0 commit comments

Comments
 (0)