Skip to content

Commit

Permalink
Corrected folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
apommel committed Jan 13, 2020
1 parent 3330848 commit 0a79c2f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matlab-interactive-terminal",
"displayName": "Matlab Interactive Terminal",
"description": "Interactive MATLAB terminal for Visual Studio Code, compatible with Windows, Mac and Linux",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "apommel",
"license": "SEE LICENSE",
"icon": "images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function activate(context: vscode.ExtensionContext) {
console.log('Congratulations, your extension "matlab-interactive-terminal" is now active!');

const ext_dir = context.asAbsolutePath('');
const script_dir = path.join(ext_dir, "/src/python_scripts/");
const script_dir = path.join(ext_dir, "/interfaces/");

// Check the dependencies at startup and inform the user
var correct_setup = true;
Expand Down

0 comments on commit 0a79c2f

Please sign in to comment.