diff --git a/.vscodeignore b/.vscodeignore index 8d8df17..a426631 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -21,5 +21,15 @@ webpack.config.js .eslintrc.json .vscodeignore CHANGELOG.md +MARKETPLACE.md +README.md.bak +README.md.tmp pattern pat +pat-open-vsx +Makefile +coverage/** +.nyc_output/** +docs/** +.nycrc +index.js diff --git a/MARKETPLACE.md b/MARKETPLACE.md index df26991..8154e2a 100644 --- a/MARKETPLACE.md +++ b/MARKETPLACE.md @@ -180,16 +180,16 @@ code --install-extension ric-v.postgres-explorer ## π Resources -- π [Full Documentation](https://dev-asterix.github.io/yape-postgres-ext-vsc/) -- π [Report Issues](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues) -- π‘ [Request Features](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=feature_request.md) -- β [Star on GitHub](https://github.com/dev-asterix/yape-postgres-ext-vsc) +- π [Full Documentation](https://dev-asterix.github.io/yape/) +- π [Report Issues](https://github.com/dev-asterix/yape/issues) +- π‘ [Request Features](https://github.com/dev-asterix/yape/issues/new?template=feature_request.md) +- β [Star on GitHub](https://github.com/dev-asterix/yape) --- ## π License -This extension is licensed under the [MIT License](https://github.com/dev-asterix/yape-postgres-ext-vsc/blob/main/LICENSE). +This extension is licensed under the [MIT License](https://github.com/dev-asterix/yape/blob/main/LICENSE). --- diff --git a/Makefile b/Makefile index 05284b0..b240eb8 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,15 @@ build: # Package the extension package: build - $(VSCE_CMD) package + @echo "Replacing README.md with MARKETPLACE.md for packaging..." + @if [ -f README.md ]; then cp README.md README.md.bak; fi + @cp MARKETPLACE.md README.md + @trap 'if [ -f README.md.bak ]; then mv README.md.bak README.md; fi' EXIT INT TERM; \ + $(VSCE_CMD) package; \ + EXIT_CODE=$$?; \ + if [ -f README.md.bak ]; then mv README.md.bak README.md; fi; \ + echo "Restored original README.md"; \ + exit $$EXIT_CODE # Publish the extension to VS Code Marketplace and Open VSX Registry publish: package diff --git a/README.md b/README.md index c1f657a..9851d2b 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) [](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) -[](https://github.com/dev-asterix/yape-postgres-ext-vsc) +[](https://github.com/dev-asterix/yape) A comprehensive PostgreSQL database management extension featuring interactive SQL notebooks, real-time monitoring dashboard, AI-powered assistance, and advanced database operationsβall within VS Code. -[π **Documentation**](https://dev-asterix.github.io/yape-postgres-ext-vsc/) β’ [π **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) β’ [π€ **Contributing**](#-contributing) +[π **Documentation**](https://dev-asterix.github.io/yape/) β’ [π **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) β’ [π€ **Contributing**](#-contributing) @@ -51,7 +51,7 @@ Then: **PostgreSQL icon** β **Add Connection** β Enter details β **Connect ## ποΈ Project Structure ``` -yape-postgres-ext-vsc/ +yape/ βββ src/ β βββ extension.ts # Extension entry point β βββ commands/ # Command implementations @@ -96,8 +96,8 @@ yape-postgres-ext-vsc/ ```bash # Clone the repository -git clone https://github.com/dev-asterix/yape-postgres-ext-vsc.git -cd yape-postgres-ext-vsc +git clone https://github.com/dev-asterix/yape.git +cd yape # Install dependencies npm install @@ -148,8 +148,8 @@ Tests are located in `src/test/unit/` using Mocha + Chai + Sinon. ## π€ Contributing -- π [Report Bugs](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=bug_report.md) -- π‘ [Request Features](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=feature_request.md) +- π [Report Bugs](https://github.com/dev-asterix/yape/issues/new?template=bug_report.md) +- π‘ [Request Features](https://github.com/dev-asterix/yape/issues/new?template=feature_request.md) - π§ Fork β Branch β PR ### Commit Convention diff --git a/docs/index.html b/docs/index.html index a373de4..91c9994 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@ Features Workflow AI - GitHub + GitHub Install @@ -341,14 +341,14 @@