Skip to content

Commit b125350

Browse files
authored
Remove Hard Coded error paths (#167)
* thing * thing
1 parent cae8231 commit b125350

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CodeiumVS/CodeiumVS.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
@@ -47,6 +47,11 @@
4747
<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
4848
<StartArguments>/rootsuffix Exp</StartArguments>
4949
</PropertyGroup>
50+
<PropertyGroup>
51+
<Deterministic>true</Deterministic>
52+
<DeterministicSourcePaths>true</DeterministicSourcePaths>
53+
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
54+
</PropertyGroup>
5055
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
5156
<DebugSymbols>true</DebugSymbols>
5257
<DebugType>full</DebugType>

CodeiumVS/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Codeium.VisualStudio" Version="1.9.11" Language="en-US" Publisher="Codeium" />
4+
<Identity Id="Codeium.VisualStudio" Version="1.9.12" Language="en-US" Publisher="Codeium" />
55
<DisplayName>Codeium</DisplayName>
66
<Description xml:space="preserve">The modern coding superpower: free AI code acceleration plugin for your favorite languages. Type less. Code more. Ship faster.</Description>
77
<MoreInfo>https://www.codeium.com</MoreInfo>

0 commit comments

Comments
 (0)