{"query_id": "q-en-vscode-0006815a48f392923da362ccf93bf0ca571421b69aeeb837735ab4aa863fbfc9", "query": "readonly snippetSortOrder = SnippetSortOrder.Bottom, readonly kindFilter = new Set(), readonly providerFilter = new Set(), readonly showDeprecated = true ) { } }", "positive_passages": [{"docid": "doc-en-vscode-82b12bc7b10cd2ceb7c08b184832e12ac5b908a468b6a1858a1b6f631f8d5aba", "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", "commid": "vscode_issue_77239", "tokennum": 388}], "negative_passages": []} {"query_id": "q-en-vscode-001bcb8ec379ac018c222df7079f7461624ffde2dcb3372666e08beb3ddd8746", "query": "this.hideHoverScheduler.schedule(); } this.showHoverScheduler.cancel(); this.provideNonDebugHoverScheduler.cancel(); } // hover business", "positive_passages": [{"docid": "doc-en-vscode-840d76df06b21f03500dc82e2855aaf3080c8dc3c975d89a1918440e84e0180a", "text": "To be verified with: : : set the new config options start debugging The hover provider should be invoked.", "commid": "vscode_issue_48733", "tokennum": 26}], "negative_passages": []} {"query_id": "q-en-vscode-0023d292e19eb87cb88835e44855ce96ee583b26a4093dfb2c615da6730d2b9c", "query": "this._edits.push({ _type: FileEditType.File, from, to, options, metadata }); } createFile(uri: vscode.Uri, options?: { overwrite?: boolean; ignoreIfExists?: boolean }, metadata?: vscode.WorkspaceEditEntryMetadata): void { createFile(uri: vscode.Uri, options?: { overwrite?: boolean; ignoreIfExists?: boolean; contents?: Uint8Array }, metadata?: vscode.WorkspaceEditEntryMetadata): void { this._edits.push({ _type: FileEditType.File, from: undefined, to: uri, options, metadata }); }", "positive_passages": [{"docid": "doc-en-vscode-017f185dc350d5372d9054b30d14363e83f9f53d07ab4ab55ac5233b9c354e20", "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.", "commid": "vscode_issue_148667", "tokennum": 271}], "negative_passages": []} {"query_id": "q-en-vscode-00c103b852c2ab73e7eb070a458650609de31f0e365b059a1c080e2c6ebbd943", "query": "const BUILD_TARGETS = [ { platform: 'win32', arch: 'x64' }, { platform: 'win32', arch: 'arm64' }, { platform: 'darwin', arch: 'x64' }, { platform: 'darwin', arch: 'arm64' }, { platform: 'linux', arch: 'x64' },", "positive_passages": [{"docid": "doc-en-vscode-df574441d5ead7df321170d1878ee77f2392b250feeacadf74c8511b7a8916fd", "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.", "commid": "vscode_issue_221755", "tokennum": 68}], "negative_passages": []} {"query_id": "q-en-vscode-00d3d31f502e5e75f432e488e7321cd1a4ee909f9f37fa025dcd4b9283e18896", "query": "this.instantiationService.createInstance(InstallDropdownAction), this.instantiationService.createInstance(InstallingLabelAction), this.instantiationService.createInstance(SetLanguageAction), this.instantiationService.createInstance(ClearLanguageAction), this.instantiationService.createInstance(RemoteInstallAction, false), this.instantiationService.createInstance(LocalInstallAction), this.instantiationService.createInstance(WebInstallAction),", "positive_passages": [{"docid": "doc-en-vscode-74a2c415efe388a711988b38ad25f31e1521831d925da699b08074c21030243f", "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. \"image\" this.element.style.visibility = 'visible'; this.element.style.visibility = ''; this.element.style.top = `${top}px`; dimensionUpdater.updateHeight(outputId, outputContainer.element.offsetHeight, {", "positive_passages": [{"docid": "doc-en-vscode-ba5bd6d17e1523864461014f8543a8171251190b2735023d5b9d38fbb1bf33c4", "text": "Collapse an output, it is not hidden in the webview \"image\" { if (document.uri.scheme === Schemes.untitled) { if (getParentDocumentUri(document.uri).scheme === Schemes.untitled) { return; }", "positive_passages": [{"docid": "doc-en-vscode-3719c789f525efbbd73143a892b037ae53682d56cc2f30a1bafc110f49da2acf", "text": "I tested on Win11 & Win10. It works as long as you start a new workbook and don't save the jupyter notebook. Once you save the notebook, your pastes of images from the clipboard will no longer be treated as inline attachments. Originally posted by in\nPossibly getting overridden by a markdown file paste provider?\nwere you able to replicate my findings?\nReviewed this thoroughly, and found the following. All cases are performed with a screenshot copied to the clipboard, and pasting into markdown notebook cells using ctrl+v. Using Windows 11 and current insiders. With setting unsaved notebook (command pallete -new jupyuter notebook -) results in broken markdown image link pasted, broken rendering (see screenshots attached) ! ! saved notebook creates image file on disk, creates markdown image link, renders correctly. With setting unsaved notebook (command pallete -new jupyuter notebook -) results in correct inline attachment image link pasted, renders correctly saved notebook results in correct inline attachment image link pasted, renders correctly\nWith the above investigation, I believe this is likely an issue with markdown paste providers, assigning to take a look at this. to clarify, are you expecting the images to be created on-disk upon paste, and referenced via an image markdown link? Or are you looking for the experience, with images stored in the notebook itself. The latter can be achieved and still works properly with the setting\nI prefer the later, where the images are stored in the notebook, this makes it easier to share with others in these scenarios. This used to be working and then stopped working in the build I noted in the original question refenced, but I just tested in the latest build and it is back to working as expected, so must have been a bug that has now been fixed: The version I just tested with is updated now and it is working as expected with the Version: 1.83.1 (system setup) Commit: Date: 2023-10-10T23:48:05.904Z Electron: 25.8.4 ElectronBuildId: Chromium: 114.0.5735.289 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.\nWorks fine for me too with the default settings. Will disable pasting into untitled notebooks with the setting off", "commid": "vscode_issue_194809", "tokennum": 512}], "negative_passages": []} {"query_id": "q-en-vscode-012986f6c963eb3cf4f1b455800519dd34446e41cd3a210c506ecaf188b9ccb9", "query": "\"yaml\" ], \"extensions\": [ \".yaml\", \".yml\", \".eyaml\", \".eyml\", \".yaml\", \".cff\", \".yaml-tmlanguage\", \".yaml-tmpreferences\",", "positive_passages": [{"docid": "doc-en-vscode-7f49814325ee7c26f3f0d46285c2398619dc635994645fb73928ed99a04688d9", "text": "\"], [\"<\", \">\"], [\"{\", \"}\"], [\"(\", \")\"] ],", "positive_passages": [{"docid": "doc-en-vscode-c42f6685ad3c939ec8d18740db909caa1e6b198c20bd70d869ca1021bd62c381", "text": "\"], [\"<\", \">\"], [\"{\", \"}\"], [\"(\", \")\"] ],", "positive_passages": [{"docid": "doc-en-vscode-a6dc1d7047c96e2d5ed5a47e9eb5289b44bd9bcb7ce6f0147e5cc157c6b74159", "text": "Possibly related on Stack Overflow:\nRelated: :\nSame issue with me\nYou should scope it to language, otherwise the bracket setting applys to all languages\nThe update and modified settings as suggested by didn't solve the issue I mentioned in . Might be related to . Below is the today's insiders version w/o any extensions with the same issue despite even scoping the brackets as suggested by above. !\nomh same here lol..", "commid": "vscode_issue_175797", "tokennum": 91}], "negative_passages": []} {"query_id": "q-en-vscode-a74bb89262eb11d1b69f5051e9a1bb3edee189815e609b321c4dbb7812c8ec46", "query": "let ranges: Range[] | undefined; for (const placeholder of placeholdersWithEqualIndex) { if (placeholder.isFinalTabstop) { // ignore those break; } if (!ranges) { ranges = [];", "positive_passages": [{"docid": "doc-en-vscode-e9246eac3587555dbd876ce8bd09a868f83fb7338c8d642293c42a06df7eba9d", "text": "