I have a copy path problem when i edit java file in vscode.
When i copy path and past in the code, its like this
<code>String path = "D:filesassemble.xml";
</code>
<code>String path = "D:filesassemble.xml";
</code>
String path = "D:filesassemble.xml";
I prefer to past it like this
<code>String path = "D:\files\assemble.xml";
</code>
<code>String path = "D:\files\assemble.xml";
</code>
String path = "D:\files\assemble.xml";
Which setting should I edit?
New contributor
happynewyear is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.