mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* First version of Stress - moving over from feat/Stress1 branch * a working version - still issues with stresssified notebook tests * update notebooks to use new message event (#5395) * Latest changes for notebook tests * Stressify objectExplorer tests * formatting changes * removing the tracing added previously and ability to set tsc verbose option in tsconfig.json * addressing review feedback * addressing review feedback * implementing runtime parameter for Stress * addresing review feedback and moved out stress modules to its own project outside of azuredata source tree * referencing adstest from the github location * incorporating review feedback * Review feedbak * removing uncommong entries added to .gitignore * removing unrelated change * replacing debug/trace statements with console.info or cosole.warn statments in integration-tests\main.tx
26 lines
351 B
Plaintext
26 lines
351 B
Plaintext
.DS_Store
|
|
.cache
|
|
npm-debug.log
|
|
Thumbs.db
|
|
node_modules/
|
|
.build/
|
|
extensions/**/dist/
|
|
out/
|
|
out-build/
|
|
out-editor/
|
|
out-editor-src/
|
|
out-editor-build/
|
|
out-editor-esm/
|
|
out-editor-min/
|
|
out-monaco-editor-core/
|
|
out-vscode/
|
|
out-vscode-min/
|
|
out-vscode-reh/
|
|
out-vscode-reh-min/
|
|
out-vscode-reh-pkg/
|
|
**/node_modules
|
|
coverage/
|
|
test_data/
|
|
test-results/
|
|
yarn-error.log
|