Fix error for new version of vscode.
Fix: Remove the side by side option. Will now behave as other Go To Definition:
- F12
- Right click -> Go to Definition
- CMD/CTRL + Click: open in same preview tab or next to normal tab.
- CMD/CTRL + ALT + Click: open side by side
Fix: Remove "Promise has no error" warning. Fix: Does not do anything if file name is invalid.
- Now support all files types.
- Now resolve definition properly so "No Definition" tooltip doesn't appear.
Add Icon and improve readme.
- Fix:
onDidChangeConfigurationlistener is now disposable. - only activate with Typescript files.
Fix: Path not processing correctly on MacOS
- Initial release
- this extension is an Typescript Definition Provider, which means it only react to 'Go to Definition' or F12 in a Typescript file.
- supported file types: html, scss, less, ts, sass, js, json, md, jsx. It does not do anything if the extension is not supported.
- this extension look for
./or../to determine if the lookup string is a valid relative path. Therefore it doesn't react to any strings not starting with.