Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

71 lines (50 loc) · 2.82 KB

Changelog

1.1.5 2021-02-08

  • Remove deprecated workspace.rootPath
  • Fix HLSL Documentation (#24)
  • Fix error in provideDocumentFormattingEdits (#29, thanks @Systemcluster)
  • Update GLSL grammar (#30)
  • Improved icon (#37, thanks @Andari85, @Tyriar)

1.1.4 2018-10-09

  • Fix HLSL Documentation

1.1.3 2018-04-28

  • Use vscode-bundled rg binary instead of npm dependency
  • Restrict language services to local files (#15, thanks @lostintangent)

1.1.0 2017-10-23

  • Add symbol support, for document and workspace
  • Add reference and definition support
  • Add format support, if MS CppTools is installed
  • Open HLSL documentation in editor, on the side

1.0.0 2017-10-14

  • Hover, code completion and signature helper for HLSL
  • New config setting to disable suggestions
  • Add screenshots to README.md
  • Add a CHANGELOG.md file

0.2.4 2017-09-17

  • Fix typo for gl_FragData & gl_FragDepth (#9, thanks @minalear)

0.2.3 2017-02-11

  • More detailed GLSL syntax
  • New file extensions for OpenGL

0.2.2 2016-07-11

  • Support for .glslg (#4)
  • Fix install shield

0.2.1 2016-04-04

  • Shields on README.md
  • Fix comment blocks for Cg & HLSL

0.2.0 2015-12-30

  • Launch and config files
  • New icon
  • New GLSL syntax

0.1.0 2015-11-17

  • Initial commit