File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- # Roadmap
1
+ # Changelog
2
2
3
- - [ ] If ` #include ` d file is open file in Visual Studio, use that instead of on-disk version
4
- - [ ] Keyword completion
5
- - [ ] Find all references
6
- - [ ] Peek definition
7
- - [ ] Light bulb suggestions
3
+ ## 1.1.300
8
4
9
- Features that have a checkmark are complete and available for download in the
10
- [ nightly build] ( http://vsixgallery.com/extension/7def6c01-a05e-42e6-953d-3fdea1891737/ ) .
5
+ ** 2019-11-21**
11
6
12
- # Changelog
7
+ Note: v1.1.300 supports VS2019, VS2017, and VSCode. VS2015 is no longer supported.
13
8
14
- These are the changes to each version that has been released on the official Visual Studio extension gallery.
9
+ - [x] Add support for double-bracket annotation syntax [ # 174 ] ( https://github.com/tgjones/HlslTools/issues/174 )
15
10
16
11
## 1.1.185
17
12
Original file line number Diff line number Diff line change @@ -134,9 +134,11 @@ jobs:
134
134
135
135
- script : npm install
136
136
displayName : npm install
137
+ workingDirectory : ' src/ShaderTools.VSCode'
137
138
138
139
- script : vsce package
139
140
displayName : ' Create VSIX'
141
+ workingDirectory : ' src/ShaderTools.VSCode'
140
142
141
143
- task : PublishPipelineArtifact@1
142
144
displayName : Publish Artifact
You can’t perform that action at this time.
0 commit comments