Skip to content

Commit

Permalink
support apple silicon mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yamazaki-daichi committed Jan 30, 2024
1 parent 3414eb0 commit bfae0fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"watch": "webpack --watch",
"package:linux": "vsce package --target linux-x64",
"package:mac": "vsce package --target darwin-x64",
"package:arm_mac": "vsce package --target darwin-arm64",
"package:windows": "vsce package --target win32-x64",
"lint": "eslint ./client/src ./server/src --ext .ts,.tsx --fix",
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
Expand Down Expand Up @@ -260,7 +261,7 @@
"plpgsqlLanguageServer.enableExecuteFileQueryCommand": {
"scope": "resource",
"type": "boolean",
"default": true,
"default": false,
"description": "Enable/Disable \"Execute the Current File Query\" command."
},
"plpgsqlLanguageServer.workspaceValidationTargetFiles": {
Expand Down

0 comments on commit bfae0fc

Please sign in to comment.