Skip to content

Commit

Permalink
Fixed bug with missing template folder for creating new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aw350m33d committed Dec 3, 2024
1 parent c264df0 commit fc52595
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
!syntaxes/**
!tools/**
!l10n/**
!content_templates/**

!client/out/**/*.js
!server/out/**/*.js
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.19.7 (Pre-Release)

- Fixed bug with missing template folder for creating new rules

## 3.19.6 (Pre-Release)

- Added snippets for enrichments and manipulation of tabular lists (special thanks @g4n8g)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.19.7 (Pre-Release)

- Исправлена ошибка с отсутствием папки с шаблонами для создания новых правил

## 3.19.6 (Pre-Release)

- Добавлены сниппеты для обогащений и работы с табличным списками (special thanks @g4n8g)
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language client",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"version": "3.19.6",
"version": "3.19.7",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dmitry Fedosov (@DmitryOffsec)",
"icon": "resources/xp.png",
"license": "MIT",
"version": "3.19.6",
"version": "3.19.7",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"description": "Language server",
"version": "3.19.6",
"version": "3.19.7",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit fc52595

Please sign in to comment.