Skip to content

Commit

Permalink
chore: take out of "preview"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed May 29, 2024
1 parent e72a3a2 commit 9e96fa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ const project = new VSCodeExtensionProject({
displayName: "Projen",
icon: "resources/projen.png",
publishToVSMarketplace: true,
// Disabled for now
// Disabled for now https://github.com/MarkMcCulloh/vscode-projen/issues/29
publishToOpenVSXRegistry: false,
vscodeVersion: "^1.62.0",
description: "Projen helpers and utilities",
publisher: "MarkMcCulloh",
preview: true,
preview: false,
jest: true,
});

Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

Add some [projen](https://github.com/projen/projen) flavor to VSCode!

*Currently in preview*

While in preview, expect behaviors, defaults, and settings to change without deprecation notices. Keep on eye on the GitHub releases to see changes.

## Features

- Commands
Expand All @@ -22,6 +18,10 @@ While in preview, expect behaviors, defaults, and settings to change without dep
- Show list of files managed by projen (either directly or indirectly, like a lockfile)
- De-emphasize files managed by projen in explorer and decorate it with a "PJ" badge

## Changelog

Changelog is kept via [GitHub Releases](https://github.com/MarkMcCulloh/vscode-projen/releases).

## Screenshots

![Basic Overview](./screenshots/overview.png)
Expand All @@ -31,11 +31,3 @@ While in preview, expect behaviors, defaults, and settings to change without dep
![Tasks](./screenshots/tasks.png)

![Project Types](./screenshots/project-types.png)

## Changelog

Changelog is kept via [GitHub Releases](https://github.com/MarkMcCulloh/vscode-projen/releases).

## Planned Features

See [[Feature]](https://github.com/MarkMcCulloh/vscode-projen/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)s in the [GitHub issues list](https://github.com/MarkMcCulloh/vscode-projen/issues).
2 changes: 1 addition & 1 deletion package.json

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

0 comments on commit 9e96fa2

Please sign in to comment.