Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
223 lines (138 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

223 lines (138 loc) · 5.91 KB

0.14.4

  • Fix: EditorConfig modifies selection incorrectly when the extension host is busy (#236).

0.14.3

  • Fix: unhandled error when generating .editorconfig (#255).

0.14.2

  • Fix: "File not found" issue when generating .editorconfig file (#252).

0.14.1

  • Fix: Don't cache editor configuration, as it can change at any time.

0.13.0

0.12.8

  • Fix: Prevent document watcher from trying to load a config for an undefined text document.
  • Fix: Generate config with a final newline if it's enabled.
  • Add missing changelog for v0.12.7.

0.12.7

  • Fix: Respond to external .editorconfig edits.

0.12.6

  • Fix support for unset by not overriding built-in "detect indentation" functionality #201. Thanks @slartibardfast!

0.12.5

  • Update dependencies.

0.12.4

  • Use HTTPS links to EditorConfig.org #197.

0.12.3

  • Fix "Generate .editorconfig" to specify indent_size instead of (invalid) tab_size #195.

0.12.2

  • Fix multi-root warning #192.

0.12.1

  • Provide fallback for workspace root directory when creating config file #188.

0.12.0

  • Support multi-root workspaces #174.

0.11.1

  • Update EditorConfig dependency.

0.11.0

  • Support unset value.

0.10.1

  • Rollback #166 until we can ensure final newlines are not removed by default.

0.10.0

  • Remove final newlines when insert_final_newline = false #166.

0.9.4

  • Fix document of undefined error.

0.9.3

  • Fix workspace issue on Linux #145.

0.9.2

  • Improve/simplify output channel messaging.

0.9.1

  • Fix issue 135: extension does not load on Linux systems, due to case sensitivity.

0.9.0

  • Improve output channel messaging.

0.8.0

  • Use default language extension for untitled documents.

0.7.0

  • Assume new/untitled docs are @ root path.

0.6.5

  • Restore non-native trailing whitespace trims on inactive editor documents (save all).

0.6.4

  • Use native editor.action.trimTrailingWhitespace.

0.6.3

  • Use new TextEdit.setEndOfLine API.
  • Preserve selections on file save.
  • Demote warning message to output channel.

0.6.2

  • Save/restore selections (cursors) during file save.

0.6.1

  • Set EOL just before file save.

0.6.0

  • Automatically display property values when editing .editorconfig (#109).
  • Add recommended extensions (#110).

0.5.0

  • Added auto-complete improvements (#103).
  • Lighten distribution package (#104).

0.4.0

  • Feature: Support .editorconfig auto-complete (#99).

0.3.4

0.3.3

  • Compile project before publish.

0.3.2

0.3.1

0.3.0

0.2.3

0.2.2

0.2.1

0.2.0

0.1.0