Skip to content

Commit b7439a1

Browse files
committed
update versions and ports
1 parent 80acf47 commit b7439a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example if there is an image subfolder under your extension project workspac
1212

1313
## Requirements
1414

15-
Requires cfn-lint to be installed
15+
Requires cfn-lint to be installed. `pip install cfn-lint`
1616

1717
## Extension Settings
1818

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CloudFormation Linter",
44
"author": "Kevin DeJong",
55
"license": "Apache-2.0",
6-
"version": "0.1.0",
6+
"version": "0.0.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code.git"

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function activate(context: ExtensionContext) {
2424
// The server is implemented in node
2525
let serverModule = context.asAbsolutePath(path.join('server', 'out', 'server.js'));
2626
// The debug options for the server
27-
let debugOptions = { execArgv: ["--nolazy", "--inspect=6009"] };
27+
let debugOptions = { execArgv: ["--nolazy", "--inspect=6010"] };
2828

2929
// If the extension is launched in debug mode then the debug server options are used
3030
// Otherwise the run options are used

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CloudFormation linter",
44
"author": "Kevin DeJong",
55
"license": "Apache-2.0",
6-
"version": "0.1.0",
6+
"version": "0.0.1",
77
"publisher": "kddejong",
88
"engines": {
99
"vscode": "^1.18.0"

0 commit comments

Comments
 (0)