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 57077bc commit a3b783eCopy full SHA for a3b783e
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.8]
10
+
11
+**FGD**
12
+- Fix `BaseClass` not getting detected as a valid class definition
13
14
## [0.3.7]
15
16
**General**
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.7",
+ "version": "0.3.8",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
0 commit comments