Visual Studio Code – Replace everything after a current occurrence in VS Code find/replace
I have a json of the following format: [ { "MyField": "Hello World", "Year": 2020 }, { "MyField": "foo bar", "Year": 2020 }, { "MyField": "mystring1", "Year": 2020 } ] The value 2020 occurs 3 times above. In VS Code…