We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9138c25 commit be58452Copy full SHA for be58452
src/SmallSharp/LaunchSettingsGenerator.cs
@@ -25,10 +25,7 @@ where compile
25
var settings = new JObject(
26
new JProperty("profiles", new JObject(
27
documents.OrderBy(path => Path.GetFileName(path)).Select(path => new JProperty(Path.GetFileName(path), new JObject(
28
- new JProperty("commandName", "Project"),
29
- new JProperty("environmentVariables", new JObject(
30
- new JProperty("source", Path.GetFileName(path))
31
- ))
+ new JProperty("commandName", "Project")
32
)))
33
))
34
);
0 commit comments