I was using that and there appear to be no options.
I figure what I will have to do is create my sprocs/UDF's as a C# class library and always go and get the connection string when I need it rather than use the context connection attribute in a Sql Server project. Then I can compile the code and deploy it manually by using the CREATE ASSEMBLY command on the server.
Bummer.