Skip to content

Commit

Permalink
change dir of cellAttachmentRenderer (microsoft#157671)
Browse files Browse the repository at this point in the history
* change dir of cellAttachmentRenderer

* add new directories to `.vscodeignore`

* add the .js directories back in...

* hopefully now understanding `.vscodeignore`
  • Loading branch information
Michael Lively authored Aug 9, 2022
1 parent a2a836a commit 38477bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/ipynb/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode/**
src/**
notebook-src/**
out/**
tsconfig.json
extension.webpack.config.js
Expand Down
2 changes: 1 addition & 1 deletion extensions/ipynb/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (outputRootIndex >= 0) {
outputRoot = args[outputRootIndex + 1];
}

const srcDir = path.join(__dirname, 'src');
const srcDir = path.join(__dirname, 'notebook-src');
const outDir = path.join(outputRoot, 'notebook-out');

async function build() {
Expand Down

0 comments on commit 38477bf

Please sign in to comment.