-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backslashes not escaped after #3071 #3093
Comments
Ah sorry... you fix something on one side and something else breaks on the other side :/ |
Is that a paket bug?
Am 27.02.2018 22:12 schrieb "Matthias Dittrich" <notifications@github.com>:
… Ah sorry... you fix something on one side and something else breaks on the
other side :/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3093 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNJpCAo_8zB6AtcJGegfDVCJJIiVEks5tZG-ugaJpZM4SVo-X>
.
|
Yes most likely load script generation is still broken |
Are you looking into this?
Am 28.02.2018 07:13 schrieb "Matthias Dittrich" <notifications@github.com>:
… Yes most likely load script generation is still broken
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3093 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNNusl1uzugKRzEfMet9rdI52xbVFks5tZO6RgaJpZM4SVo-X>
.
|
I added the fix to #3090 |
that one gets huge ;-) |
+45 −18 is still kind of review-able ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Today I upgraded from Fake 5-beta018 to beta020 because of the broken intellisense in VSCode. (fsprojects/FAKE#1744).
With this change the forward slashes in intellisense.fsx are replaced with single back slashes.
Repro steps
Please provide the steps required to reproduce the problem
Upgrade Fake 5 from beta018 to beta020
Delete [script_name.fsx].lock file
Call fake.cmd, such that a restore is triggert
Open directory in Ionide
repo
Expected behavior
Expected output:
Actual behavior
Actual output:
Known workarounds
Possible workarounds are:
\
with/
\
with a extra\
Example:
The text was updated successfully, but these errors were encountered: