File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments