ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

Can not set [Whole Match Mode] to default mode #19

Closed pkhubpp8 closed 6 years ago

pkhubpp8 commented 6 years ago

It is Non-Whole Match Mode and Case Sensitive Mode in default. I want to set Whole Match Mode and Case Insensitive Mode in default, but after I set it by click the button in status bar or command, my setting will be lost when I restart the vscode. Is there any way to save my setting? It is happened when I save the workspace even I haven't restart the vscode

system: windows7 vscode:1.24.1 textmarker:1.1.0

pkhubpp8 commented 6 years ago

By the way, the highlight will be lost after I saved the workspace

ryu1kn commented 6 years ago

Hi @pkokp8 . Yeah we don't have a configuration for setting the default matching mode. It will be a helpful addition. Thanks for the suggestion.

As for the symptom highlight not being saved, I could not reproduce it, i.e. I could save highlight to my workspace settings by using TextMarker: Save All Highlights command without problems. If you still see the issue, can you open another issue with the steps to reproduce? Thanks!

pkhubpp8 commented 6 years ago

Sorry that I don't know TextMarker: Save All Highlights. It works, Thank you!

ryu1kn commented 6 years ago

Released as v1.3.0! 🎉

pkhubpp8 commented 6 years ago

Thanks!