Skip to content

Commit

Permalink
should go with issue notebookPowerTools#20
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat committed Sep 12, 2024
1 parent f234f7a commit b6cb60b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { convertToNotebook } from './conversion';
export function initialize() {
const config = workspace.getConfiguration('jupytext');
// reassemble and remove empty lines if any
console.log(config);
const langIds = config.languages.split("\n").filter((x:any) => x);
commands.executeCommand(
'setContext',
Expand Down

0 comments on commit b6cb60b

Please sign in to comment.