We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec9e52 commit 572ed1aCopy full SHA for 572ed1a
CHANGELOG.md
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
9
+## [0.3.1]
10
+
11
+**General**
12
+- Fixed config changes not applying until the editor is restarted
13
14
## [0.3.0]
15
16
**VMT**
package.json
@@ -2,7 +2,7 @@
2
"name": "source-engine-support",
3
"displayName": "Source Engine Support",
4
"description": "Adds support for Source Engine file types and other commands",
5
- "version": "0.3.0",
+ "version": "0.3.1",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
0 commit comments