Commit graph

10 commits

Author SHA1 Message Date
Tyler Wilding 30151c5685
release: bundle the extension, hopefully this ensures deps are included (#297) 2023-07-17 21:22:38 -04:00
dependabot[bot] ed5ce9d3eb
build(deps-dev): bump the frontend-dependencies group with 6 updates (#293)
* build(deps-dev): bump the frontend-dependencies group with 6 updates

Bumps the frontend-dependencies group with 6 updates:

| Package | Update |
| --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 17.0.45 to 20.4.2 |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | 1.79.0 to 1.80.0 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.59.9 to 6.0.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.59.9 to 6.0.0 |
| [eslint](https://github.com/eslint/eslint) | 8.42.0 to 8.44.0 |
| [typescript](https://github.com/Microsoft/TypeScript) | 5.1.3 to 5.1.6 |


Updates `@types/node` from 17.0.45 to 20.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/vscode` from 1.79.0 to 1.80.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

Updates `@typescript-eslint/eslint-plugin` from 5.59.9 to 6.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.9 to 6.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/parser)

Updates `eslint` from 8.42.0 to 8.44.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.44.0)

Updates `typescript` from 5.1.3 to 5.1.6
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.6)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: "@types/vscode"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: update lock file

* vscode: update engine

* lint: eslint and formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2023-07-12 22:18:21 -06:00
Tyler Wilding 73d7d111ba
og: Preliminary nREPL support, auto ml file on save (#274) 2023-06-08 23:42:19 -04:00
Tyler Wilding 040e941857
decomp: pre-populated list of possible types (#181) 2023-01-04 20:28:02 -05:00
Tyler Wilding e24ffff315
lsp: fix downloading lifecycle and allow disabling launching the LSP on startup (#36) 2022-07-31 20:54:46 -04:00
Tyler Wilding 410ce616e6
lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
Tyler Wilding a2731e065d
commands: switch between IR2 and *_disasm.gc files
closes #3
closes #2
2022-04-15 15:41:27 -04:00
Tyler Wilding 9a266102db
opengoal-ir: fix filename association 2022-03-16 23:31:45 -04:00
Tyler Wilding f28643ce7c
syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
Tyler Wilding 615a89477a
gen: project scaffolding and generation 2022-03-15 01:36:32 -04:00