Skip to content

Commit b96faf6

Browse files
committed
doc: update icon
1 parent 88af67c commit b96faf6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/icon.png

279 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sparql-qlue",
33
"displayName": "SPARQL Qlue",
4-
"description": "VSCode extension for the SPARQL query language, using the qlue‑ls language server that provides autocomplete, formatting, syntax highlighting, and integrated query execution.",
4+
"description": "VSCode extension for the SPARQL query language (.rq, .sparql files), using the qlue‑ls language server that provides autocomplete, formatting, syntax highlighting, and integrated query execution.",
55
"version": "0.0.2",
66
"publisher": "vemonet",
77
"license": "MIT",
@@ -335,7 +335,7 @@
335335
"printWidth": 120
336336
},
337337
"lint-staged": {
338-
"*.{ts,tsx,html,md,json,css}": [
338+
"*.{ts,tsx,js,mjs,html,md,json,css}": [
339339
"prettier --write",
340340
"eslint --fix"
341341
]

0 commit comments

Comments
 (0)