It seems that vscode-cpptools has recently transitioned from providing the language snippets in a JSON file to providing them via the language server (per #2945). However, I'm unable to find the definition of these snippets provided by the server to the client.
Can someone please point me to the definition of the snippets made available by the language server?
It seems that
vscode-cpptoolshas recently transitioned from providing the language snippets in a JSON file to providing them via the language server (per #2945). However, I'm unable to find the definition of these snippets provided by the server to the client.Can someone please point me to the definition of the snippets made available by the language server?