|
1 | 1 | { |
2 | | - "name": "debugpy", |
3 | | - "displayName": "Python Debugger", |
4 | | - "version": "0.0.1", |
5 | | - "private": false, |
6 | | - "description": "Python Debugger extension using debugpy.", |
7 | | - "keywords": [ |
8 | | - "codeeditorland", |
9 | | - "land", |
10 | | - "playform" |
| 2 | + "activationEvents": [ |
| 3 | + "onDebugInitialConfigurations", |
| 4 | + "onDebugDynamicConfigurations:debugpy", |
| 5 | + "onDebugResolve:debugpy", |
| 6 | + "onLanguage:python" |
11 | 7 | ], |
12 | | - "homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger#readme", |
13 | | - "bugs": { |
14 | | - "url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger/issues" |
15 | | - }, |
16 | | - "repository": { |
17 | | - "type": "git", |
18 | | - "url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDebugger.git" |
19 | | - }, |
20 | | - "license": "SEE LICENSE IN LICENSE", |
21 | 8 | "author": { |
22 | | - "name": "Source 🖋️ Open 👐🏻", |
23 | 9 | "email": "Source/Open@Editor.Land", |
| 10 | + "name": "Source 🖋️ Open 👐🏻", |
24 | 11 | "url": "HTTPS://Editor.Land" |
25 | 12 | }, |
26 | | - "type": "module", |
27 | | - "main": "./dist/extension.js", |
28 | | - "scripts": { |
29 | | - "compile": "webpack", |
30 | | - "compile-tests": "tsc -p . --outDir out", |
31 | | - "format-fix": "prettier --write 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'", |
32 | | - "prepublishOnly": "Build 'Source/**/*.ts'", |
33 | | - "vsce-package": "npx @vscode/vsce package -o python-debugger.vsix", |
34 | | - "watch-tests": "tsc -p . -w --outDir out" |
| 13 | + "bugs": { |
| 14 | + "url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger/issues" |
35 | 15 | }, |
36 | | - "l10n": "./l10n", |
37 | 16 | "contributes": { |
38 | 17 | "commands": [ |
39 | 18 | { |
|
590 | 569 | } |
591 | 570 | ] |
592 | 571 | }, |
593 | | - "activationEvents": [ |
594 | | - "onDebugInitialConfigurations", |
595 | | - "onDebugDynamicConfigurations:debugpy", |
596 | | - "onDebugResolve:debugpy", |
597 | | - "onLanguage:python" |
598 | | - ], |
599 | 572 | "dependencies": { |
600 | 573 | "fs-extra": "^11.2.0", |
601 | 574 | "iconv-lite": "^0.6.3", |
602 | 575 | "jsonc-parser": "^3.2.0", |
603 | 576 | "lodash": "^4.17.21" |
604 | 577 | }, |
| 578 | + "description": "Python Debugger extension using debugpy.", |
605 | 579 | "devDependencies": { |
606 | 580 | "@playform/build": "0.2.3", |
607 | 581 | "@types/chai": "^4.3.4", |
|
621 | 595 | "ts-mockito": "^2.6.1", |
622 | 596 | "typemoq": "^2.1.0" |
623 | 597 | }, |
| 598 | + "displayName": "Python Debugger", |
| 599 | + "enabledApiProposals": [ |
| 600 | + "portsAttributes", |
| 601 | + "debugVisualization", |
| 602 | + "contribViewsWelcome" |
| 603 | + ], |
624 | 604 | "extensionDependencies": [ |
625 | 605 | "ms-python.python" |
626 | 606 | ], |
| 607 | + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDebugger#readme", |
| 608 | + "icon": "icon.png", |
| 609 | + "keywords": [ |
| 610 | + "codeeditorland", |
| 611 | + "land", |
| 612 | + "playform" |
| 613 | + ], |
| 614 | + "l10n": "./l10n", |
| 615 | + "license": "SEE LICENSE IN LICENSE", |
| 616 | + "main": "./dist/extension.js", |
| 617 | + "name": "debugpy", |
| 618 | + "private": false, |
627 | 619 | "publishConfig": { |
628 | 620 | "access": "public" |
629 | 621 | }, |
630 | | - "icon": "icon.png", |
631 | | - "enabledApiProposals": [ |
632 | | - "portsAttributes", |
633 | | - "debugVisualization", |
634 | | - "contribViewsWelcome" |
635 | | - ] |
| 622 | + "repository": { |
| 623 | + "type": "git", |
| 624 | + "url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDebugger.git" |
| 625 | + }, |
| 626 | + "scripts": { |
| 627 | + "compile": "webpack", |
| 628 | + "compile-tests": "tsc -p . --outDir out", |
| 629 | + "format-fix": "prettier --write 'src/**/*.ts' 'build/**/*.yml' '.github/**/*.yml'", |
| 630 | + "prepublishOnly": "Build 'Source/**/*.ts'", |
| 631 | + "vsce-package": "npx @vscode/vsce package -o python-debugger.vsix", |
| 632 | + "watch-tests": "tsc -p . -w --outDir out" |
| 633 | + }, |
| 634 | + "type": "module", |
| 635 | + "version": "0.0.1" |
636 | 636 | } |
0 commit comments