Skip to content

Commit

Permalink
chore(repo): revert add VS Code workspace file 3929 (#4100)
Browse files Browse the repository at this point in the history
Reverts #3929
Because it was failing on Node 20 - see incident #4099
  • Loading branch information
staycoolcall911 authored Sep 6, 2023
1 parent b9d8eec commit 6344bc0
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 307 deletions.
7 changes: 0 additions & 7 deletions docs/docs/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"devDependencies": {
"bump-pack": "workspace:^",
"generate-workspace": "workspace:^",
"turbo": "^1.10.13"
},
"scripts": {
Expand All @@ -15,7 +14,7 @@
"test:ci": "turbo default --color --concurrency 1 && turbo compile post-compile lint eslint test test:playwright --color --filter=!hangar",
"docs": "./scripts/docsite.sh",
"install": "bash scripts/setup_wasi.sh",
"postinstall": "link-bundles && generate-workspace",
"postinstall": "link-bundles",
"wing": "turbo compile --filter=winglang --output-logs=errors-only && ./apps/wing/bin/wing"
},
"volta": {
Expand Down
50 changes: 3 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ packages:
- "apps/*"
- "libs/*"
- "tools/*"
- "docs/docs"
- "apps/wing-console/packages/*"
- "apps/wing-console/console/*"
- "apps/wing-console/tools/*"
Expand Down
18 changes: 0 additions & 18 deletions tools/generate-workspace/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions tools/generate-workspace/bin/generate-workspace.cjs

This file was deleted.

30 changes: 0 additions & 30 deletions tools/generate-workspace/package.json

This file was deleted.

Binary file removed tools/generate-workspace/screenshot.png
Binary file not shown.
118 changes: 0 additions & 118 deletions tools/generate-workspace/src/cli.ts

This file was deleted.

9 changes: 0 additions & 9 deletions tools/generate-workspace/tsconfig.json

This file was deleted.

65 changes: 0 additions & 65 deletions wing.code-workspace

This file was deleted.

0 comments on commit 6344bc0

Please sign in to comment.