Skip to content

Commit

Permalink
fixed extension naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMasen committed Apr 22, 2018
1 parent 03bfb29 commit 7204f40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/VSCodeDebugAdapter/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class CCNConfigurationProvider implements vscode.DebugConfigurationProvider {
}

debugAdapterExecutable?(folder: WorkspaceFolder | undefined, token?: CancellationToken): ProviderResult<DebugAdapterExecutable> {
let v=vscode.extensions.getExtension("JohnMasen.chakracore.net-debug");
let v=vscode.extensions.getExtension("JohnMasen.chakracorenet-debug");
if (!v) {
return null;
}
Expand Down
2 changes: 1 addition & 1 deletion source/VSCodeDebugAdapter/out/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/VSCodeDebugAdapter/out/extension.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/VSCodeDebugAdapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chakracore.net-debug",
"name": "chakracorenet-debug",
"displayName": "Chakracore.NET Debug",
"version": "0.1.0",
"publisher": "JohnMasen",
Expand Down

0 comments on commit 7204f40

Please sign in to comment.