Skip to content

git: add intellisense - #63

Merged
juscghwe merged 1 commit into
milestone/m1from
chore/ide-type-support
Jul 3, 2026
Merged

git: add intellisense#63
juscghwe merged 1 commit into
milestone/m1from
chore/ide-type-support

Conversation

@juscghwe

@juscghwe juscghwe commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Purpose

Adds project-level JavaScript type support and VS Code diagnostics examples.


Changes

Added:

  • add jsconfig.json for checked JavaScript/JSDoc analysis
  • add TypeScript and framework/runtime type packages
  • add typecheck script
  • update devcontainer post-create setup to run npm ci
  • add VS Code settings/tasks examples for local diagnostics
  • keep active .vscode files ignored while allowing example files

Validation

  • Local observation only

Future Work

  • This does not yet make typecheck part of CI. The goal is editor/tooling support first.

@juscghwe juscghwe added this to the M1 - Backend foundation milestone Jul 3, 2026
@juscghwe juscghwe self-assigned this Jul 3, 2026
@juscghwe juscghwe moved this from Backlog to In review in PillTracker MVP Jul 3, 2026
@juscghwe
juscghwe merged commit fef93b1 into milestone/m1 Jul 3, 2026
4 checks passed
@juscghwe
juscghwe deleted the chore/ide-type-support branch July 3, 2026 07:59
@github-project-automation github-project-automation Bot moved this from In review to Done in PillTracker MVP Jul 3, 2026
juscghwe added a commit that referenced this pull request Jul 3, 2026
## Purpose

Adds project-level JavaScript type support and VS Code diagnostics
examples.

---

## Changes

Added:

- add `jsconfig.json` for checked JavaScript/JSDoc analysis
- add TypeScript and framework/runtime type packages
- add `typecheck` script
- update devcontainer post-create setup to run `npm ci`
- add VS Code settings/tasks examples for local diagnostics
- keep active `.vscode` files ignored while allowing example files

---

## Validation

- Local observation only

---

## Future Work

- This does not yet make typecheck part of CI. The goal is
editor/tooling support first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant