Skip to content

Commit b0e0058

Browse files
committed
More build stuff
1 parent a8c85fd commit b0e0058

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

Diff for: CHANGELOG.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# Roadmap
1+
# Changelog
22

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
84

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**
116

12-
# Changelog
7+
Note: v1.1.300 supports VS2019, VS2017, and VSCode. VS2015 is no longer supported.
138

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)
1510

1611
## 1.1.185
1712

Diff for: azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ jobs:
134134

135135
- script: npm install
136136
displayName: npm install
137+
workingDirectory: 'src/ShaderTools.VSCode'
137138

138139
- script: vsce package
139140
displayName: 'Create VSIX'
141+
workingDirectory: 'src/ShaderTools.VSCode'
140142

141143
- task: PublishPipelineArtifact@1
142144
displayName: Publish Artifact

0 commit comments

Comments
 (0)