diff options
| author | ruki <[email protected]> | 2020-11-18 00:49:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-18 00:49:28 +0800 |
| commit | b7aee98613d00f768010cdf95273a9bf129ad906 (patch) | |
| tree | b5795035081605f12874e0f359c55f87b6f5575d /xmake/plugins | |
| parent | 3755fe7dce45586dbe9c72b62358a08bc5d07e5c (diff) | |
show full file path in vscode
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsproj/Xmake.targets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets index 0519c2762..bbd174713 100644 --- a/xmake/plugins/project/vsxmake/vsproj/Xmake.targets +++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.targets @@ -70,6 +70,7 @@ set XMAKE_CONFIGDIR=$(XmakeConfigDirResolved.TrimEnd('/\'.ToCharArray())) set XMAKE_PROGRAM_DIR=$(XmakeProgramDirResolved.TrimEnd('/\'.ToCharArray())) set XMAKE_SKIP_HISTORY=1 + set XMAKE_IN_VSTUDIO=1 </_XmakeEnv> <_XmakeEnv Condition="$(XmakeDiagnosis)"> $(_XmakeEnv) |
