Skip to content

Commit

Permalink
ny DTE
Browse files Browse the repository at this point in the history
  • Loading branch information
StianA authored and StianA committed Aug 21, 2024
1 parent 6599a7b commit eebf535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $bootPath = "$projectPath\DevOps-test1\_Boot"
. "$workingdirectory\scripts\MessageFilter.ps1"



# register MessageFiler to handle COM object messages
AddMessageFilterClass
[EnvDTEUtils.MessageFilter]::Register()
Expand All @@ -27,7 +26,7 @@ if (Test-Path -Path $bootPath) {

log "Start TcXaeShell,... "
# $dte = new-object -com TcXaeShell.DTE.15.0
$dte = new-object -com TcXaeShell.DTE.16.0
$dte = new-object -com VisualStudio.DTE.16.0

$dte.SuppressUI = $false
$dte.MainWindow.Visible = $true
Expand Down

0 comments on commit eebf535

Please sign in to comment.