We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1cad0 commit 7ab9888Copy full SHA for 7ab9888
ls/editors/code/README.md
@@ -1,4 +1,4 @@
1
-# YARA-X for Visual Studio Code
+# YARA for Visual Studio Code
2
3
This extension brings support for the [YARA](https://virustotal.github.io/yara-x/)
4
language to Visual Studio Code, powered by the official YARA-X Language Server. It
ls/editors/code/package.json
@@ -1,7 +1,7 @@
{
"name": "yara-x-ls",
"displayName": "YARA Language",
- "description": "Rich support for the YARA language. Provides syntax highlighting, autocompletion and more.",
+ "description": "The official YARA language extension. Provides syntax highlighting, autocompletion and more.",
5
"version": "0.0.0",
6
"publisher": "VirusTotal",
7
"icon": "images/icon.png",
0 commit comments