coc-vscode-loader 1.2.7 → 1.2.9

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "converter",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "converter",
9
- "version": "1.2.7",
9
+ "version": "1.2.9",
10
10
  "dependencies": {
11
11
  "commander": "^15.0.0",
12
12
  "ts-morph": "^28.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "converter",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "private": true,
5
5
  "description": "vscode → coc.nvim converter prototype",
6
6
  "type": "module",
@@ -61,7 +61,7 @@ export const snippetsGenerator: StepGenerator = {
61
61
  for (const [sourceRelPath, languages] of fileToLanguages) {
62
62
  const sourceFile = path.join(input, sourceRelPath)
63
63
  if (!fs.existsSync(sourceFile)) {
64
- if (verbose) console.warn(` snippets: source file not found: ${sourceFile}, skipping`)
64
+ console.warn(` snippets: source file not found: ${sourceFile}, skipping`)
65
65
  continue
66
66
  }
67
67
  const dest = path.join(output, sourceRelPath)
package/lib/index.js CHANGED
@@ -39,7 +39,7 @@ var require_package = __commonJS({
39
39
  "package.json"(exports2, module2) {
40
40
  module2.exports = {
41
41
  name: "coc-vscode-loader",
42
- version: "1.2.7",
42
+ version: "1.2.9",
43
43
  description: "Run VS Code extensions seamlessly in coc.nvim",
44
44
  main: "lib/index.js",
45
45
  keywords: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-vscode-loader",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Run VS Code extensions seamlessly in coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [