|
2 | 2 | "name": "aws-core-vscode", |
3 | 3 | "description": "Core library used AWS IDE extensions for VSCode.", |
4 | 4 | "version": "1.0.0", |
5 | | - "extensionKind": [ |
6 | | - "workspace" |
7 | | - ], |
8 | 5 | "publisher": "amazonwebservices", |
9 | 6 | "license": "Apache-2.0", |
10 | 7 | "engines": { |
11 | 8 | "npm": "^10.1.0", |
12 | 9 | "vscode": "^1.68.0" |
13 | 10 | }, |
14 | | - "activationEvents": [ |
15 | | - "onStartupFinished", |
16 | | - "onUri", |
17 | | - "onDebugResolve:aws-sam", |
18 | | - "onDebugInitialConfigurations", |
19 | | - "onLanguage:javascript", |
20 | | - "onLanguage:java", |
21 | | - "onLanguage:python", |
22 | | - "onLanguage:csharp", |
23 | | - "onLanguage:yaml", |
24 | | - "onFileSystem:s3", |
25 | | - "onFileSystem:s3-readonly" |
26 | | - ], |
27 | | - "main": "./dist/src/extensionNode.js", |
28 | | - "browser": "./dist/src/extensionWebCore.js", |
29 | 11 | "exports": { |
30 | 12 | ".": "./dist/src/extension.js", |
31 | 13 | "./node": "./dist/src/extensionNode.js", |
|
41 | 23 | "./amazonqFeatureDev": "./dist/src/amazonqFeatureDev/index.js", |
42 | 24 | "./codewhispererChat": "./dist/src/codewhispererChat/index.js", |
43 | 25 | "./test": "./dist/src/test/index.js", |
44 | | - "./testInteg": "./dist/src/testInteg/index.js", |
45 | 26 | "./login": "./dist/src/login/webview/index.js", |
46 | 27 | "./utils": "./dist/src/shared/utilities/index.js", |
47 | 28 | "./feedback": "./dist/src/feedback/index.js", |
|
4064 | 4045 | "serveVue": "webpack serve --config-name vue --mode development", |
4065 | 4046 | "watch": "npm run testCompile -- -- --watch", |
4066 | 4047 | "testCompile": "npm run clean && npm run buildScripts && npm run compileOnly", |
4067 | | - "test": "npm run testCompile && c8 ts-node ./scripts/test/test.ts dist/src/test/index.js", |
4068 | | - "testWeb": "npm run compileDev && c8 ts-node ./scripts/test/testWeb.ts", |
4069 | | - "testE2E": "npm run testCompile && c8 ts-node ./scripts/test/testE2E.ts dist/src/testE2E/index.js", |
4070 | | - "testInteg": "npm run testCompile && c8 ts-node ./scripts/test/testInteg.ts", |
4071 | 4048 | "lint": "ts-node ./scripts/lint/testLint.ts", |
4072 | 4049 | "generateClients": "ts-node ./scripts/build/generateServiceClient.ts ", |
4073 | 4050 | "generateIcons": "ts-node ../../scripts/generateIcons.ts", |
|
0 commit comments