Python Forum
Visual Studio-remove Output clutter
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Visual Studio-remove Output clutter
#13
(May-13-2020, 06:12 AM)mds Wrote: the UNC error persists.
That's has more to do with that with cmd support for UNC paths,and not VS Code.
Also UNC path are network paths,so that's a path you point to.
\\ad.monash.edu\home\User094\symonds\Documents\Python-Exercises\Exercise Files
A local path has a drive letter is the more normal way to store Exercise Files python files.
Example:
C:\Python-Exercises\Exercise Files
UNC path may work or not deepening on setup network ect...
It work for me on my local setup at home,now do i use cmder but also work in cmd for me.
C:\code
λ python "\\Tom-pc1\e\div_code\humansize.py"
1.0 TB
931.3 GiB
Or in VS Code with "python": "$pythonPath $fullFileName",
Output:
[Running] C:\python37\python.exe "\\Tom-pc1\e\div_code\humansize.py" 1.0 TB 931.3 GiB [Done] exited with code=0 in 0.366 seconds
With "code-runner.showExecutionMessage": false,
Output:
1.0 TB 931.3 GiB
Reply


Messages In This Thread
Visual Studio-remove Output clutter - by mds - May-07-2020, 01:48 AM
RE: Visual Studio-remove Output clutter - by mds - May-08-2020, 01:14 AM
RE: Visual Studio-remove Output clutter - by mds - May-08-2020, 03:17 AM
RE: Visual Studio-remove Output clutter - by mds - May-10-2020, 11:37 PM
RE: Visual Studio-remove Output clutter - by mds - May-11-2020, 10:11 PM
RE: Visual Studio-remove Output clutter - by mds - May-13-2020, 06:12 AM
RE: Visual Studio-remove Output clutter - by snippsat - May-13-2020, 03:19 PM
RE: Visual Studio-remove Output clutter - by mds - Jun-04-2020, 11:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to set PYTHONPATH in Visual Studio Code? aupres 5 5,075 Aug-15-2023, 03:51 PM
Last Post: snippsat
  how do I open two instances of visual studio code with the same folder? SuchUmami 3 1,088 Jun-26-2023, 09:40 AM
Last Post: snippsat
  Visual Studio Code NewPi 3 1,195 May-16-2023, 11:13 PM
Last Post: snippsat
  Visual Studio Code venv ibm_db error mesi1000 7 3,106 Nov-13-2022, 12:36 AM
Last Post: snippsat
  debugging help on Visual Studio Code mg24 12 2,231 Oct-02-2022, 12:18 AM
Last Post: mg24
  Problem with importing Python file in Visual Studio Code DXav 7 5,563 Jun-15-2022, 12:54 PM
Last Post: snippsat
  Visual Studio Code Intellisense for Imported Modules Not Working hockinsk 1 2,873 Apr-23-2022, 04:41 PM
Last Post: deanhystad
Photo Visual studio code unable to color syntax on python interpreter tomtom 4 7,318 Mar-02-2022, 01:23 AM
Last Post: tomtom
  compile error Visual Studio Code jamie_01 2 1,784 Jan-25-2022, 09:36 AM
Last Post: Larz60+
  Calling python from c++ in visual studio pdk5 0 2,235 May-24-2021, 10:18 AM
Last Post: pdk5

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020