file://// URL not recognised
See original GitHub issueIssue Type: Bug
- Control-Press
file:////proc/sys/fs/inotify/max_user_instances
in a text editor.
VS Code version: Code 1.63.2 (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:39:46.686Z) OS version: Linux x64 5.15.8-1-default Restricted Mode: No
System Info
Item | Value |
---|---|
CPUs | Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (4 x 2379) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: enabled_on rasterization: disabled_software skia_renderer: enabled_on video_decode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | 1, 1, 1 |
Memory (System) | 5.66GB (0.14GB free) |
Process Argv | –unity-launch --crash-reporter-id 2a03cb52-9f4b-48bf-93d3-5c0537d534ee |
Screen Reader | no |
VM | 0% |
DESKTOP_SESSION | /usr/share/xsessions/plasma5 |
XDG_CURRENT_DESKTOP | KDE |
XDG_SESSION_DESKTOP | KDE |
XDG_SESSION_TYPE | x11 |
Extensions (26)
Extension | Author (truncated) | Version |
---|---|---|
doxdocgen | csc | 1.3.2 |
vscode-resx-editor | Dom | 0.0.5 |
vscode-pull-request-github | Git | 0.34.2 |
Ionide-fsharp | Ion | 5.10.2 |
better-cpp-syntax | jef | 1.15.10 |
vscode-language-pack-pl | MS- | 1.63.3 |
csharp | ms- | 1.23.17 |
dotnet-interactive-vscode | ms- | 1.0.2606010 |
vscode-dotnet-pack | ms- | 1.0.4 |
python | ms- | 2021.12.1559732655 |
vscode-pylance | ms- | 2021.12.2 |
jupyter | ms- | 2021.11.1001550889 |
jupyter-keymap | ms- | 1.0.0 |
jupyter-renderers | ms- | 1.0.4 |
remote-containers | ms- | 0.209.6 |
remote-ssh | ms- | 0.70.0 |
remote-ssh-edit | ms- | 0.70.0 |
remote-wsl | ms- | 0.63.13 |
cmake-tools | ms- | 1.9.2 |
cpptools | ms- | 1.7.1 |
cpptools-extension-pack | ms- | 1.1.0 |
powershell | ms- | 2021.12.0 |
vscode-markdown-notebook | ms- | 0.0.26 |
vsliveshare | ms- | 1.0.5200 |
vsliveshare-audio | ms- | 0.1.91 |
cmake | twx | 0.0.17 |
(1 theme extensions excluded)
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythontb:30283811
pythonvspyt551cf:30345471
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
pythondataviewer:30285071
vscod805:30301674
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30410667
vscop804cf:30404767
vscop940:30404999
vsrem710:30416614
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
.url files not working correctly - Microsoft Community
url file --- I have to drag the . url file to the address bar of Chrome to get it to open the...
Read more >Restrictions on File Urls - text/plain
Unfortunately, blocking file:// urls in the browser is a solid security restriction, but it's not complete. There are myriad formats which have ...
Read more >Why "File://" links are bad (and may no longer work) - RISC INC
While it may work to use a “file://” link, Microsoft has never supported it when the link comes from a web server that...
Read more >URL file not opening correctly Solved - Windows 10 Forums
Could someone tell me how to get a .url file to open correctly with a shortcut to chrome.exe instead of just chrome.exe?
Read more >114871 - Chrome doesn't recognise .url files properly - Monorail
If you're having this problem, check your settings. Open "Start>Settings>System>Default apps" and check that "Google Chrome" is listed under Web Browser. Also ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The implementation is based on this comment: https://datatracker.ietf.org/doc/html/rfc3986#section-3.3. Maybe it misses some context that defines a prior normalisation step
I think there’s an extra forward slash in your URL, does
file:///proc/sys/fs/inotify/max_user_instances
work?