{"_id":"doc-en-vscode-82b12bc7b10cd2ceb7c08b184832e12ac5b908a468b6a1858a1b6f631f8d5aba","title":"","text":"I'd like a setting to optionally prevent deprecated things from showing up in intellisense suggestions. For example, I'd like a way to prevent from being suggested here, so that I don't use it despite a non-deprecated version being available. ! My linter can catch it, but it'd be even nicer never to see the deprecated option. There are several documentation systems that use the tag: JSDoc: TSDoc: JavaDoc: Yard (for Ruby): Other systems use different, similar tags. I'm not sure if this is an issue for the VSCode core, or for something language-specific.\nSorry if this is a duplicate or is already possible. There are enough issues here and questions/answers on Stack Overflow that it's hard to be confident. This issue is related:\nNot showing deprecated suggestions can be implemented by individual language extensions today (not striking out but tracks that). Adding just to see this is something we want better VS Code api support for in some way Otherwise, we can track this as a feature request for js/s\nI'd say this is a dupe of and it would be us adding some API flag and then allows users to configure how the suggest UX is handling that flag\n/duplicate of\nThanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues . See also our guidelines. Happy Coding!\nOkay, that makes sense. What does \"js/s\" mean?\nis it possible to add a setting like , so I can disable it to prevent deprecated from showing up in suggestions list?\nHey any update on that?\nVerify that the setting exists and that it filters deprecated elements from IntelliSense"} {"_id":"doc-en-vscode-840d76df06b21f03500dc82e2855aaf3080c8dc3c975d89a1918440e84e0180a","title":"","text":"To be verified with: : : set the new config options start debugging The hover provider should be invoked."} {"_id":"doc-en-vscode-017f185dc350d5372d9054b30d14363e83f9f53d07ab4ab55ac5233b9c354e20","title":"","text":"Add support for setting the contents of files created by workspace edits My proposed would be to add a option to : For , we want to support copying images from desktop into with drag and drop. Right now we have to use the apis to create the image file Using a workspace edit would let us express the entire operation in a single , which will play more nicely with undo/redo\nLooks like support for this may already exist internally: However getting a of new file data from the extension host to the main process may be tricky. We can only efficiently serialize a if it is a top level argument to an RPC call or if the entire object is wrapped in a (which has a perf cost). Open to ideas on how to handle this\nI do like the and believe the cost is manageable - we don't send edits is large frequencies and of large sizes. I can take a look at this but it honestly is stretch for June - there is some debt in how workspace edits are represented on the wire and I would take this issue as a reason to clean things up\nwork started here: I didn't bother with or hoisting the data to the top but instead it uses quick and dirty base64 encoding. I'd suggest we go with that and see how it works out over time."} {"_id":"doc-en-vscode-df574441d5ead7df321170d1878ee77f2392b250feeacadf74c8511b7a8916fd","title":"","text":"It appears that this is possible now, and we should consider adopting this in VS Code ()\nThere is community interest:\nPlease add this!\nSteps for verification: Connect to Windows arm64 using the latest pre-release of SSH extension () Verify that connection is successful Use or similar tool to confirm that executable is of architecture."} {"_id":"doc-en-vscode-74a2c415efe388a711988b38ad25f31e1521831d925da699b08074c21030243f","title":"","text":"Testing Just like I can set the display language in the compact presentation of the extension view, I'd have expected to be able to reset the display language there in addition to the details page of the extension.