|
19 | 19 | "homepage": "https://github.com/asciidoctor/asciidoctor-vscode/blob/master/README.md",
|
20 | 20 | "icon": "images/icon.png",
|
21 | 21 | "browser": "./dist/browser/extension",
|
22 |
| - "main": "./dist/src/extension.js", |
| 22 | + "main": "./dist/src/extension", |
23 | 23 | "engines": {
|
24 |
| - "vscode": "^1.70.2", |
| 24 | + "vscode": "^1.75.0", |
25 | 25 | "node": ">=18"
|
26 | 26 | },
|
27 | 27 | "categories": [
|
28 | 28 | "Programming Languages"
|
29 | 29 | ],
|
30 | 30 | "activationEvents": [
|
31 |
| - "onLanguage:asciidoc", |
32 |
| - "onCommand:asciidoc.exportAsPDF", |
33 |
| - "onCommand:asciidoc.pasteImage", |
34 |
| - "onCommand:asciidoc.preview.toggleLock", |
35 |
| - "onCommand:asciidoc.preview.refresh", |
36 |
| - "onCommand:asciidoc.saveHTML", |
37 |
| - "onCommand:asciidoc.showPreview", |
38 |
| - "onCommand:asciidoc.showPreviewToSide", |
39 |
| - "onCommand:asciidoc.showLockedPreviewToSide", |
40 |
| - "onCommand:asciidoc.showSource", |
41 |
| - "onCommand:asciidoc.showPreviewSecuritySelector", |
42 |
| - "onCommand:asciidoc.showAsciidoctorExtensionsTrustModeSelector", |
43 | 31 | "onWebviewPanel:asciidoc.preview"
|
44 | 32 | ],
|
45 | 33 | "contributes": {
|
|
574 | 562 | "configurationDefaults": {
|
575 | 563 | "[asciidoc]": {
|
576 | 564 | "editor.wordWrap": "on",
|
577 |
| - "editor.quickSuggestions": false |
| 565 | + "editor.quickSuggestions": { |
| 566 | + "comments": "off", |
| 567 | + "strings": "off", |
| 568 | + "other": "off" |
| 569 | + } |
578 | 570 | }
|
579 | 571 | },
|
580 | 572 | "asciidoc.previewStyles": [
|
|
618 | 610 | "@fontsource/open-sans": "4.5.14",
|
619 | 611 | "@fontsource/roboto-mono": "4.5.10",
|
620 | 612 | "@highlightjs/cdn-assets": "~11.8.0",
|
621 |
| - "@playwright/test": "^1.39.0", |
| 613 | + "@playwright/test": "~1.41", |
622 | 614 | "@types/lodash.throttle": "~4.1",
|
623 | 615 | "@types/mocha": "~9.1",
|
624 | 616 | "@types/node": "12.20.55",
|
625 |
| - "@types/vscode": "~1.70", |
| 617 | + "@types/vscode": "~1.75", |
626 | 618 | "@typescript-eslint/eslint-plugin": "5.62.0",
|
627 | 619 | "@typescript-eslint/parser": "5.62.0",
|
628 |
| - "@vscode/test-electron": "2.3.8", |
629 |
| - "@vscode/vsce": "2.22.0", |
| 620 | + "@vscode/test-electron": "2.3.9", |
| 621 | + "@vscode/vsce": "2.23.0", |
630 | 622 | "chai": "^4.3.7",
|
631 | 623 | "copy-webpack-plugin": "10.2.4",
|
632 | 624 | "eslint": "8.48.0",
|
|
652 | 644 | "webpack-cli": "4.10.0"
|
653 | 645 | },
|
654 | 646 | "dependencies": {
|
655 |
| - "@antora/content-classifier": "3.1.4", |
| 647 | + "@antora/content-classifier": "3.1.7", |
656 | 648 | "@asciidoctor/core": "2.2.6",
|
657 | 649 | "@asciidoctor/docbook-converter": "2.0.0",
|
658 | 650 | "@orcid/bibtex-parse-js": "0.0.25",
|
|
0 commit comments