Takashi Tamura

Results 24 comments of Takashi Tamura

I have figured out how to deal the issue. Let's take `proc-macro-workshop/builder` as an example: - https://github.com/tamuratak/proc-macro-workshop/tree/use_examples_dir/builder 1. Make an `examples` directory and move test codes to the directory. ```...

As I said before, this is in my TODO list. However, the priority is low.

> Is the proposed API already in the Insider version? Yes. You have to set ` "enabledApiProposals": ["outputChannelLanguage"],` in `package.json`, and download `vscode.proposed.outputChannelLanguage.d.ts`. - https://code.visualstudio.com/api/advanced-topics/using-proposed-api - https://github.com/microsoft/vscode/blob/1ecb5f53a739dd84c66b51e2be1ea7f440141db7/src/vscode-dts/vscode.proposed.outputChannelLanguage.d.ts

The API has been available on the stable releases sine v1.66.0. - https://code.visualstudio.com/updates/v1_66#_output-channel-with-custom-language-id

- Please paste the whole log messages here, not parts of ones. It should start with `Initializing LaTeX Workshop`. It is very important to identify problems. ![スクリーンショット 2020-02-14 20 41...

> Switch to pdf. tab using the keibing using alt+n You are using inappropriate keyboard shortcuts. The PDF tab is on a different tab group. The shortcuts work for tabs...

See `Go` > `Switch Group` on the menu. This issue is not related to LaTeX Workshop. Please ask https://stackoverflow.com/ on the primary usage of VS Code.

Are you saying that any keyboard shortcut does not work on the PDF viewer? Or, only `alt+n` does not work?