Update notebook renderer sample

- Removes test related code since there are no tests
- Removes client/renderer split since there is only a renderer
- Simplify webpack logic to align with our webpack sample
- Document in top  level readme and improve docs
This commit is contained in:
Matt Bierner
2022-06-27 16:26:30 -07:00
parent cf1aa97c5b
commit 22e6083e6f
14 changed files with 696 additions and 4417 deletions

View File

@ -14,20 +14,6 @@
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "npm: webpack"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: test-compile"
}
]
}