Skip to content

Commit 4939566

Browse files
Merge pull request #65 from CaptainUnbrauchbar/change-display-name
style: 💫 Update display name and add categories/tags
2 parents 715c476 + ed9c541 commit 4939566

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "answer-set-programming-language-support",
3-
"displayName": "Answer Set Programming Language Support",
4-
"version": "1.0.4",
5-
"description": "Language Support for Clingo ASP (developed by University of Potsdam).",
3+
"displayName": "Clingo for VSCode",
4+
"version": "1.0.5",
5+
"description": "Language Support for Clingo ASP (developed at University of Potsdam).",
66
"publisher": "ffrankreiter",
77
"jest": {
88
"testPathIgnorePatterns": [
@@ -13,7 +13,18 @@
1313
"vscode": ">=1.63.0"
1414
},
1515
"categories": [
16-
"Programming Languages"
16+
"Programming Languages",
17+
"Education",
18+
"Others",
19+
"Visualization"
20+
],
21+
"tags": [
22+
"ASP",
23+
"Answer Set Programming",
24+
"Clingo",
25+
"Potassco",
26+
"Potsdam",
27+
"Computational Intelligence"
1728
],
1829
"repository": {
1930
"type": "git",

0 commit comments

Comments
 (0)