summaryrefslogtreecommitdiff
path: root/extension/package.json
AgeCommit message (Collapse)Author
2023-08-12ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-12ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-12ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-11ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-11ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-11ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-11fix: :bug: version patch in the publish stepNate Sesti
2023-08-10fix: :green_heart: remove "patch" from vsce publish commandNate Sesti
2023-08-10fix: :green_heart: remove version from apckage.jsonNate Sesti
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10fix: :bookmark: update versionNate Sesti
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10revert: :bookmark: update versionNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10Remove clientgen, fix windows startup errorssestinj
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09fix: :bookmark: update extension versionNate Sesti
2023-08-09fix: :green_heart: publishing to depend on ALL testsNate Sesti
2023-08-09fix: :bug: write out npm run package as package.jsNate Sesti
2023-08-09fix: :bug: attempting to fix mkdirNate Sesti
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #356 from bra1nDump/fix-testingNate Sesti
Fixed Mocha tests + added debugging configurations to vscode
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Refactor test scripts and update build configurationsKirill Dubovitskiy
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #352 from bra1nDump/setup-experienceNate Sesti
Improved 2 click setup experience for new devs
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Using esbuild.mjs for configurationKirill Dubovitskiy
Added example directory with a typescript program and open it by default in the extension host - its nice to have an isolated environment where the extension can be played with. You can always open an actual project folder if you want to
2023-08-07Forgot to update build script nameKirill Dubovitskiy
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action