Skip to content

Commit

Permalink
Publishing marketplace (#108)
Browse files Browse the repository at this point in the history
* Packaging reduced

* Packaging reduced

* back to node_modules

* fix #104

* fix changelog

* tuning ignored files
  • Loading branch information
fdodino authored Oct 22, 2023
1 parent ba3acc3 commit 0716bf2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 15 deletions.
24 changes: 21 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
# development folders
.github/**
.husky/**
.vscode/**
**/*.ts
**/*.map
.vscode-test/**
.gitignore
**/tsconfig.json
**/tsconfig.base.json
**/node_modules/**
**/.mocharc.js
**/.prettierrc
**/.eslintrc
**/.gitignore
**/scripts
contributing.md
.travis.yml

# ts files are deployed as compiled js
**/*.ts
**/*.map

# no tests needed
client/out/test/**
client/out/testFixture/**
server/out/test/**

# node_modules, except by vscode and needed dependencies
client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.1

- Upgrade Wollok-TS 4.0.5 ⬆️
- Published in Marketplace 🌈
- Dynamic diagram enhancements 🔵
- Autocomplete enhancements ✍🏼
- Fix REPL command sessions 🐛

## v0.0.6

### Using wollok-ts v4.0.3
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Uqbar Foundation",
"license": "LGPL-3.0",
"publisher": "uqbar",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/uqbar-project/wollok-lsp-ide"
Expand All @@ -14,11 +14,11 @@
"Programming Languages"
],
"keywords": [
"linter validator wollok oop educative objects learning"
"ide wollok oop educative objects learning"
],
"icon": "images/wollokLinterLogo.png",
"engines": {
"vscode": "^1.71.0"
"vscode": "^1.83.0"
},
"activationEvents": [
"onLanguage:wollok"
Expand Down

0 comments on commit 0716bf2

Please sign in to comment.