From bfae0fc69dc575a39b3e311ee007ed1fc4bbd0f3 Mon Sep 17 00:00:00 2001 From: yamazaki_daichi Date: Tue, 30 Jan 2024 23:34:37 +0900 Subject: [PATCH] support apple silicon mac --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cf03f3..4a50f07 100644 --- a/package.json +++ b/package.json @@ -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 ..", @@ -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": {