@github/copilot-language-server 1.482.0 → 1.484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ ${h.join(`
42
42
  PRAGMA foreign_keys = ON;
43
43
  PRAGMA journal_mode = OFF;
44
44
  PRAGMA synchronous = 0;
45
- PRAGMA cache_size = 1000000;
45
+ PRAGMA cache_size = ${-128*1024};
46
46
  PRAGMA locking_mode = EXCLUSIVE;
47
47
  PRAGMA temp_store = MEMORY;
48
48
  `),this.db.exec(`
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "git+https://github.com/github/copilot-language-server-release.git"
12
12
  },
13
13
  "license": "MIT",
14
- "version": "1.482.0",
14
+ "version": "1.484.0",
15
15
  "bin": {
16
16
  "copilot-language-server": "../dist/language-server.js"
17
17
  },
@@ -39,13 +39,13 @@
39
39
  "vscode-languageserver-protocol": "^3.17.5"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@github/copilot-language-server-win32-x64": "1.482.0",
43
- "@github/copilot-language-server-win32-arm64": "1.482.0",
44
- "@github/copilot-language-server-linux-x64": "1.482.0",
45
- "@github/copilot-language-server-linux-arm64": "1.482.0",
46
- "@github/copilot-language-server-darwin-x64": "1.482.0",
47
- "@github/copilot-language-server-darwin-arm64": "1.482.0"
42
+ "@github/copilot-language-server-win32-x64": "1.484.0",
43
+ "@github/copilot-language-server-win32-arm64": "1.484.0",
44
+ "@github/copilot-language-server-linux-x64": "1.484.0",
45
+ "@github/copilot-language-server-linux-arm64": "1.484.0",
46
+ "@github/copilot-language-server-darwin-x64": "1.484.0",
47
+ "@github/copilot-language-server-darwin-arm64": "1.484.0"
48
48
  },
49
49
  "buildType": "prod",
50
- "build": "154"
50
+ "build": "157"
51
51
  }