diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-07 15:09:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 15:09:15 -0700 |
commit | 863b483259ae404d1071bfd1d640e9fbd94c64eb (patch) | |
tree | ec816a427171ad7c02adc8bee6e6da93487dfc8a /extension/manual-testing-sandbox | |
parent | e8f06f81a00c05b2d2c93d614666b2298a1273a5 (diff) | |
parent | 0d1963628c7a5f998aeaf1cf63d8abab2e8923ea (diff) | |
download | sncontinue-863b483259ae404d1071bfd1d640e9fbd94c64eb.tar.gz sncontinue-863b483259ae404d1071bfd1d640e9fbd94c64eb.tar.bz2 sncontinue-863b483259ae404d1071bfd1d640e9fbd94c64eb.zip |
Merge pull request #352 from bra1nDump/setup-experience
Improved 2 click setup experience for new devs
Diffstat (limited to 'extension/manual-testing-sandbox')
-rw-r--r-- | extension/manual-testing-sandbox/example.ts | 3 | ||||
-rw-r--r-- | extension/manual-testing-sandbox/readme.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/extension/manual-testing-sandbox/example.ts b/extension/manual-testing-sandbox/example.ts new file mode 100644 index 00000000..0633beaf --- /dev/null +++ b/extension/manual-testing-sandbox/example.ts @@ -0,0 +1,3 @@ +function mergeSortAlgorithm() { + // TODO: implement +}
\ No newline at end of file diff --git a/extension/manual-testing-sandbox/readme.md b/extension/manual-testing-sandbox/readme.md new file mode 100644 index 00000000..5b25d31e --- /dev/null +++ b/extension/manual-testing-sandbox/readme.md @@ -0,0 +1,3 @@ +The sole purpose of this folder is to open it when debugging the extension. +It is not used by the extension itself. +You can add more files that can be useful when manually testing the extension.
\ No newline at end of file |